summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-03-04 12:05:58 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-03-04 12:05:58 +1300
commit079ee59dcf44afc60558c35812afad3146c25356 (patch)
tree0d031817f60768d024c2e3e9cb9101e73d2c8b35 /Makefile.am
parent141501bf1e6052dfb270001658fe8882f94d9e80 (diff)
downloadlightdm-079ee59dcf44afc60558c35812afad3146c25356.tar.gz
Don't allow liblightdm-gobject to be disabled. It is required for liblightdm-qt and the tests so it's not worth supporting builds without it
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 106e891e..f9c4ebfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,4 @@
-SUBDIRS = common
-if COMPILE_LIBLIGHTDM_GOBJECT
-SUBDIRS += liblightdm-gobject
-endif
-SUBDIRS += liblightdm-qt
+SUBDIRS = common liblightdm-gobject liblightdm-qt
if COMPILE_TESTS
SUBDIRS += tests
endif