include $(top_srcdir)/examples/Makefile.am_fragment #Build the executable, but don't install it. noinst_PROGRAMS = plug socket plug_SOURCES = plug.cc socket_SOURCES = socket.cc