X-Git-Url: http://rtime.felk.cvut.cz/gitweb/sojka/lightdm.git/blobdiff_plain/e5388eb4feeb566cc7db859fd5fe0497cc136bc4..cfc2bcf094b05f11e3113ab9baf8bb535dcfef92:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c3282ada..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 themes 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