include $(top_srcdir)/examples/Makefile.am_fragment # This is where gnome-db should have installed the demo_db.db and demo_dict.xml gnomedbdatadir=$(datadir)/gnome-db/demo INCLUDES += \ -DLIBGNOMEDB_DATADIR="\"$(gnomedbdatadir)\"" #Build the executable, but don't install it. noinst_PROGRAMS = example example_SOURCES = main.cc