From 06c83ca99458f611d871936c9d1bf433703a8f05 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 19 Apr 2011 17:21:48 +0200 Subject: client: make building client optional --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit