You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
317 B
16 lines
317 B
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = common liblightdm-gobject liblightdm-qt
|
|
if COMPILE_TESTS
|
|
SUBDIRS += tests
|
|
endif
|
|
SUBDIRS += data po src doc help
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
lightdm.doap \
|
|
COPYING.GPL3 \
|
|
COPYING.LGPL2 \
|
|
COPYING.LGPL3 \
|
|
NEWS
|
|
|