Add canvas-note.cc that probably shouldn't exist anyway :)
[ardour.git] / libs / glibmm2 / examples / iochannel_stream / Makefile.am
1 include $(top_srcdir)/examples/Makefile.am_fragment
2
3 #Build the executable, but don't install it.
4
5 # Don't build natively (mingw32) on win32 as mkfifo is
6 # not supported (TODO: implement with CreateNamedPipe).
7 if OS_WIN32
8 else
9 noinst_PROGRAMS = example
10 example_SOURCES = main.cc fdstream.h fdstream.cc
11 endif