9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
include $(top_srcdir)/examples/Makefile.am_fragment
|
||
|
|
||
|
EXTRA_DIST = test.xml
|
||
|
|
||
|
#Build the executable, but don't install it.
|
||
|
noinst_PROGRAMS = parser
|
||
|
parser_SOURCES = parser.cc
|
||
|
|