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