David Robillard
47a41c0d4d
git-svn-id: svn://localhost/ardour2/trunk@2791 d708f5d6-7413-0410-9779-e7cbd77b26cf
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
|
|
|