summaryrefslogtreecommitdiff
path: root/libs/glibmm2/examples/child_watch/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libs/glibmm2/examples/child_watch/Makefile.am')
-rw-r--r--libs/glibmm2/examples/child_watch/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/glibmm2/examples/child_watch/Makefile.am b/libs/glibmm2/examples/child_watch/Makefile.am
deleted file mode 100644
index b819ac2e37..0000000000
--- a/libs/glibmm2/examples/child_watch/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-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