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 = appexample.h appexample.cc docexample.h docexample.cc viewexample.h viewexample.cc subview1.h subview1.cc subview2.h subview2.cc main.cc