7 lines
151 B
Makefile
7 lines
151 B
Makefile
|
include $(top_srcdir)/examples/Makefile.am_fragment
|
||
|
|
||
|
#Build the executable, but don't install it.
|
||
|
noinst_PROGRAMS = example
|
||
|
example_SOURCES = main.cc
|
||
|
|