Paul Davis
449aab3c46
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
7 lines
172 B
Makefile
7 lines
172 B
Makefile
include $(top_srcdir)/examples/Makefile.am_fragment
|
|
|
|
#Build the executable, but don't install it.
|
|
noinst_PROGRAMS = test
|
|
test_SOURCES = testwindow.h testwindow.cc main.cc
|
|
|