X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/lightdm.git/blobdiff_plain/63c4f27cc84e4d4f4ea768de3202056b95e334c9..HEAD:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c7cb5426..9706d600 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,29 +1,15 @@ -SUBDIRS = -if COMPILE_LIBLIGHTDM_GOBJECT -SUBDIRS += liblightdm-gobject +SUBDIRS = common liblightdm-gobject liblightdm-qt +if COMPILE_TESTS +SUBDIRS += tests endif -if COMPILE_LIBLIGHTDM_QT -SUBDIRS += liblightdm-qt -endif -SUBDIRS += data greeters po src doc tests +SUBDIRS += data po src doc help DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc EXTRA_DIST = \ autogen.sh \ - lightdm.doap - -DISTCLEANFILES = \ - Makefile.in \ - aclocal.m4 \ - configure \ - config.h.in \ - config.h \ - depcomp \ - gtk-doc.make \ - install-sh \ - missing \ - mkinstalldirs \ - omf.make \ - xmldocs.make \ - po/Makefile.in.in + lightdm.doap \ + COPYING.GPL3 \ + COPYING.LGPL2 \ + COPYING.LGPL3 \ + NEWS