summaryrefslogtreecommitdiffstats
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
commit06c83ca99458f611d871936c9d1bf433703a8f05 (patch)
treea22fc0365b8c68b3547c31a19963362529f458c1 /Makefile.am
parentafffe11e66f8848ad88952e509aca936dc272d75 (diff)
downloadspice-06c83ca99458f611d871936c9d1bf433703a8f05.tar.gz
spice-06c83ca99458f611d871936c9d1bf433703a8f05.tar.xz
spice-06c83ca99458f611d871936c9d1bf433703a8f05.zip
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 d90357fc..853ffea5 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