include $(top_srcdir)/examples/Makefile.am_fragment #Build the executable, but don't install it. noinst_PROGRAMS = app #List of source files needed to build the executable: app_SOURCES = examplewindow.h examplewindow.cc exampledialog.h exampledialog.cc main.cc EXTRA_DIST = example.glade