aa6faa86b5
git-svn-id: svn://localhost/ardour2/trunk@2645 d708f5d6-7413-0410-9779-e7cbd77b26cf
12 lines
216 B
Makefile
12 lines
216 B
Makefile
include $(top_srcdir)/examples/Makefile.am_fragment
|
|
|
|
# fork() does not work on win32
|
|
if OS_WIN32
|
|
else
|
|
|
|
#Build the executable, but don't install it.
|
|
noinst_PROGRAMS = child_watch
|
|
child_watch_SOURCES = main.cc
|
|
|
|
endif
|