blob: 0c5edde2ccaddd0a178ef5bf945957697423559b (
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
35
36
37
38
39
40
41
42
43
|
SUBDIRS = \
po \
config \
pixmaps \
vicious-extensions \
daemon \
gui \
utils \
docs
# add these when help gets added back
# docs omf-install
EXTRA_DIST = \
ChangeLog \
README.install \
gdm.spec \
gdm.spec.in \
gdmsetup-pam \
gdmsetup-security.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
gdm-stop.in \
gdm-restart.in \
gdm-safe-restart.in \
xmldocs.make \
omf.make
sbin_SCRIPTS = gdm-stop gdm-restart gdm-safe-restart
install-data-local: gdmsetup-security
if CONSOLE_HELPER
$(INSTALL_DATA) -D $(srcdir)/gdmsetup-pam $(DESTDIR)$(PAM_PREFIX)/pam.d/gdmsetup
$(INSTALL_DATA) -D gdmsetup-security $(DESTDIR)$(PAM_PREFIX)/security/console.apps/gdmsetup
endif
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
|