summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2011-07-21 16:35:40 +0300
committerKristian Høgsberg <krh@bitplanet.net>2011-07-21 08:42:58 -0700
commit93165e3e236c058bb6cf1b86a96b16fcd26b7143 (patch)
tree18874281c10c33bc603247b5421df4346e99de02 /Makefile.am
parente81fe8346c1c474936014ec24c262370c16eb962 (diff)
configure: set up simple clients independently from the others
Namely, simple-client and simple-shm. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ab266b..b32051c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1 @@
-if BUILD_CLIENTS
-clients = clients
-endif
-
-SUBDIRS = compositor $(clients) data
+SUBDIRS = compositor clients data