summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-08-11 12:11:58 +0200
committerJens Granseuer <jensgr@gmx.net>2009-10-24 14:19:30 +0200
commit480416907e4b014b94bea498aa917a0b5563f798 (patch)
treea584243000d24c9c766cd926db02e7d1d4c32ea3 /Makefile.am
parentc831bc1539ce2c601c5fd735e0cbfe44df45f935 (diff)
downloadgnome-control-center-480416907e4b014b94bea498aa917a0b5563f798.tar.gz
Use external libslab when available
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 0676d552c..daf2c9803 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,11 @@ SUBDIRS = po libwindow-settings capplets font-viewer help
DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break
if HAVE_LIBSLAB_DEPS
-SUBDIRS += libslab shell
+SUBDIRS += libslab
+endif
+
+if HAVE_LIBSLAB
+SUBDIRS += shell
endif
if HAVE_TYPING_BREAK