summaryrefslogtreecommitdiff
path: root/libs/glibmm2/examples/iochannel_stream/Makefile.am
blob: 8c877e9be1c5a2901241244a64904e8bb7e7ecd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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