mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
8 lines
175 B
Makefile
8 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
|
|
|