mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
9 lines
175 B
Text
9 lines
175 B
Text
|
|
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
|
||
|
|
|