13
0
livetrax/libs/glibmm2/examples/iochannel_stream/Makefile.am
David Robillard 47a41c0d4d Fix building.
git-svn-id: svn://localhost/ardour2/trunk@2791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18 07:20:02 +00:00

12 lines
308 B
Makefile

include $(top_srcdir)/examples/Makefile.am_fragment
#Build the executable, but don't install it.
# Don't build natively (mingw32) on win32 as mkfifo is
# not supported (TODO: implement with CreateNamedPipe).
if OS_WIN32
else
noinst_PROGRAMS = example
example_SOURCES = main.cc fdstream.h fdstream.cc
endif