diff options
author | Michael Terry <michael.terry@canonical.com> | 2013-02-06 09:08:25 -0500 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2013-02-06 09:08:25 -0500 |
commit | 588dbaa9e33aba0bf5b4af6bd33f06176d643832 (patch) | |
tree | c38b618fd4827f4fd530fc4722343c9e2292f002 /Makefile.am | |
parent | c9d9437b5d804dcec27337bc5fa6c40d23f719df (diff) | |
download | lightdm-git-588dbaa9e33aba0bf5b4af6bd33f06176d643832.tar.gz |
initial build support for Qt5
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 484a8f4d..467d5c6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,7 @@ SUBDIRS = if COMPILE_LIBLIGHTDM_GOBJECT SUBDIRS += liblightdm-gobject endif -if COMPILE_LIBLIGHTDM_QT SUBDIRS += liblightdm-qt -endif if COMPILE_TESTS SUBDIRS += tests endif |