summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-19 17:21:48 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-02 11:24:44 +0200
commitb8d0142ae161e4b50ef64fec5169546e6142815c (patch)
tree78ebd824a0490ba8b8ac822dda0f2cfba76b3e2c /Makefile.am
parent6aa7bbfbe04124402efbe7a841d818db92b0cdac (diff)
client: make building client optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d90357f..853ffea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = common server client python_modules
+SUBDIRS = common server python_modules
+
+if SUPPORT_CLIENT
+SUBDIRS += client
+endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = spice-server.pc