summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-04-04 12:19:18 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-04-04 14:28:27 -0400
commit81351b580da0f8db520ca0ff5e5725c199a7a8b9 (patch)
treee92ef76e72de59333d52f64fa82b883b316d4c0c /examples
parent50fffb08d941dce58ae48bf531faead8a4e22ed7 (diff)
downloadfarstream-81351b580da0f8db520ca0ff5e5725c199a7a8b9.tar.gz
Misc win32 portability fixes
Based on a patch by Conrad Poelman
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/commandline/Makefile.am b/examples/commandline/Makefile.am
index 81f4ed4a..6eedd524 100644
--- a/examples/commandline/Makefile.am
+++ b/examples/commandline/Makefile.am
@@ -1,5 +1,11 @@
-noinst_PROGRAMS = simple-call simple-call-shm
+if HAVE_GIO_UNIX
+SIMPLE_CALL_SHM = simple-call-shm
+else
+SIMPLE_CALL_SHM =
+endif
+
+noinst_PROGRAMS = simple-call $(SIMPLE_CALL_SHM)
AM_CFLAGS = \