blob: 25d679f6fc2dad2b8c6fd9ae71f2768dd05ddcf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
NULL =
SUBDIRS = \
data \
common \
pam-extensions \
daemon \
libgdm \
utils \
pam_gdm \
po \
tests \
$(NULL)
if XDMCP_SUPPORT
SUBDIRS += chooser
endif
if ENABLE_DOCUMENTATION
SUBDIRS += docs
endif
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
EXTRA_DIST = \
MAINTAINERS \
ChangeLog \
README \
$(NULL)
DISTCLEANFILES = \
$(NULL)
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-split-authentication --enable-introspection --without-systemdsystemunitdir
|