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