~fboucault/lightdm/crossbuild_fixes

321 by robert.ancell at canonical
Add --enable-liblightdm-gobject configure option
1
SUBDIRS =
2
if COMPILE_LIBLIGHTDM_GOBJECT
3
SUBDIRS += liblightdm-gobject
4
endif
5
if COMPILE_LIBLIGHTDM_QT
309 by Robert Ancell
Fix compiling without QT
6
SUBDIRS += liblightdm-qt
7
endif
1266 by BobMauchin
Add a --disable-tests option
8
if COMPILE_TESTS
9
SUBDIRS += tests
10
endif
11
SUBDIRS += data greeters po src doc utils
1 by robert.ancell at gmail
Compiles and does something
12
63 by robert.ancell at gmail
Build introspection
13
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
14
1 by robert.ancell at gmail
Compiles and does something
15
EXTRA_DIST = \
16
	autogen.sh \
17
	lightdm.doap
18
19
DISTCLEANFILES = \
20
	Makefile.in \
21
	aclocal.m4 \
22
	configure \
175 by robert.ancell at gmail
Make ConsoleKit optional
23
	config.h.in \
24
	config.h \
1 by robert.ancell at gmail
Compiles and does something
25
	depcomp \
294 by robert.ancell at canonical
Not using gnome-doc-utils.make
26
	gtk-doc.make \
1 by robert.ancell at gmail
Compiles and does something
27
	install-sh \
28
	missing \
29
	mkinstalldirs \
30
	omf.make \
5 by robert.ancell at gmail
Install D-Bus service, use system bus
31
	xmldocs.make \
32
	po/Makefile.in.in