summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
blob: 0dff2ded49c760e04199b2dd6b798cf09b53ad96 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
## Process this file with automake to produce makefile.in
CFLAGS = @CFLAGS@ -g -Wall \
	-Wpointer-arith \
	-Wmissing-prototypes -Wmissing-declarations 

DEFS = @DEFS@ -DGDM_CONFIG_FILE=\"@sysconfdir@/gdm/gdm.conf\"

INCLUDES = \
	-I.						\
	-I..						\
	-I$(top_srcdir)/vicious-extensions		\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
	-DLOCALEDIR=\"$(datadir)/locale\"		\
	$(DAEMON_CFLAGS)

bin_PROGRAMS = gdm

gdm_SOURCES = \
	gdm.c \
	gdm.h \
	display.c \
	display.h \
	slave.c \
	slave.h \
	server.c \
	server.h \
	misc.c \
	misc.h \
	auth.c \
	auth.h \
	cookie.c \
	cookie.h \
	xdmcp.c \
	xdmcp.h \
	choose.c \
	choose.h \
	filecheck.c \
	filecheck.h \
	md5.c \
	md5.h \
	@VRFY@.c \
	verify.h \
	errorgui.c \
	errorgui.h \
	gdm-net.c \
	gdm-net.h

EXTRA_gdm_SOURCES = verify-pam.c verify-crypt.c verify-shadow.c

gdm_LDADD = \
	$(DAEMON_LIBS)				\
	$(XDMCP_LIBS)				\
	-lXau					\
	-lX11					\
	$(INTLLIBS)				\
	-L$(top_builddir)/vicious-extensions	\
	-lvicious