include $(top_srcdir)/examples/Makefile.am_fragment INCLUDES = -I$(top_srcdir)/ \$(LIBBONOBOUIMM_CFLAGS) #Build the executable, but don't install it. noinst_PROGRAMS = example #List of source files needed to build the executable: example_SOURCES = main.cc examplewindow.h examplewindow.cc