include $(top_srcdir)/examples/Makefile.am_fragment #Build the executable, but don't install it. noinst_PROGRAMS = helloworld2 helloworld2_SOURCES = helloworld.h helloworld.cc main.cc