mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
7 lines
151 B
Text
7 lines
151 B
Text
|
|
include $(top_srcdir)/examples/Makefile.am_fragment
|
||
|
|
|
||
|
|
#Build the executable, but don't install it.
|
||
|
|
noinst_PROGRAMS = example
|
||
|
|
example_SOURCES = main.cc
|
||
|
|
|