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
|
|
8 |
SUBDIRS += data greeters po src themes doc |
|
1
by robert.ancell at gmail
Compiles and does something |
9 |
|
63
by robert.ancell at gmail
Build introspection |
10 |
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc |
11 |
||
1
by robert.ancell at gmail
Compiles and does something |
12 |
EXTRA_DIST = \ |
13 |
autogen.sh \
|
|
14 |
lightdm.doap |
|
15 |
||
16 |
DISTCLEANFILES = \ |
|
17 |
Makefile.in \
|
|
18 |
aclocal.m4 \
|
|
19 |
configure \
|
|
175
by robert.ancell at gmail
Make ConsoleKit optional |
20 |
config.h.in \
|
21 |
config.h \
|
|
1
by robert.ancell at gmail
Compiles and does something |
22 |
depcomp \
|
294
by robert.ancell at canonical
Not using gnome-doc-utils.make |
23 |
gtk-doc.make \
|
1
by robert.ancell at gmail
Compiles and does something |
24 |
install-sh \
|
25 |
missing \
|
|
26 |
mkinstalldirs \
|
|
27 |
omf.make \
|
|
5
by robert.ancell at gmail
Install D-Bus service, use system bus |
28 |
xmldocs.make \
|
29 |
po/Makefile.in.in |