summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrobert.ancell@canonical.com <>2010-12-09 10:02:40 +1100
committerrobert.ancell@canonical.com <>2010-12-09 10:02:40 +1100
commiteaa0ecfa50bb3730f85597db18ccdc09661b996c (patch)
treeb79e8feb042713a3bb897c0d7b07007e0d9b07bb /Makefile.am
parenta9fdf879c49f8614d5ee43f773d071fd508a8a3f (diff)
downloadlightdm-eaa0ecfa50bb3730f85597db18ccdc09661b996c.tar.gz
Add --enable-liblightdm-gobject configure option
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1042c493..863a0c83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,8 @@
-SUBDIRS = liblightdm-gobject
-if HAVE_QT
+SUBDIRS =
+if COMPILE_LIBLIGHTDM_GOBJECT
+SUBDIRS += liblightdm-gobject
+endif
+if COMPILE_LIBLIGHTDM_QT
SUBDIRS += liblightdm-qt
endif
SUBDIRS += data greeters po src themes doc