summaryrefslogtreecommitdiff
path: root/gui/simple-chooser/Makefile.am
blob: aa5e44c63bbca7a096ea591ac5379fff245a6293 (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
NULL =

INCLUDES = \
	-I$(top_srcdir)/common				\
	-DAUTHDIR=\""$(authdir)"\"		 	\
	-DDATADIR=\""$(datadir)"\"		 	\
	-DGDMCONFDIR=\"$(gdmconfdir)\"			\
	-DDMCONFDIR=\""$(dmconfdir)"\"		 	\
	-DGDMLOCALEDIR=\""$(gdmlocaledir)"\"		\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	\
	-DLIBEXECDIR=\""$(libexecdir)"\" 		\
	-DSBINDIR=\""$(sbindir)"\"		 	\
	-DPIXMAPDIR=\""$(pixmapdir)"\"		 	\
	$(SIMPLE_CHOOSER_CFLAGS)			\
	$(NULL)

libexec_PROGRAMS =					\
	gdm-simple-chooser

gdm_simple_chooser_SOURCES =  		\
	chooser-main.c 			\
	gdm-host-chooser-widget.c	\
	gdm-host-chooser-widget.h	\
	gdm-host-chooser-dialog.c	\
	gdm-host-chooser-dialog.h	\
	$(NULL)

gdm_simple_chooser_LDADD = 		\
	$(EXTRA_CHOOSER_LIBS)   	\
	$(SIMPLE_CHOOSER_LIBS)		\
	$(XDMCP_LIBS)			\
	$(top_builddir)/common/libgdmcommon.la	\
	$(NULL)

EXTRA_DIST = 			\
	$(NULL)