summaryrefslogtreecommitdiff
path: root/common/Makefile.am
blob: 63f670e9d7520125f72333057b4e866415fa95c7 (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
## Process this file with automake to produce Makefile.in

NULL =

INCLUDES = \
	-I.					\
	-I..					\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
	$(GLIB_CFLAGS)

noinst_LIBRARIES = 		\
	libgdmcommon.a		\
	$(null)

libgdmcommon_a_SOURCES =	\
	gdm-common.h		\
	gdm-common.c		\
	gdm-common-config.h	\
	gdm-common-config.c	\
	ve-signal.h		\
	ve-signal.c		\
	$(NULL)

libgdmcommon_ui_a_SOURCES = 	\
	$(libgdmcommon_a_SOURCES) \
	glade-helper.c		\
	glade-helper.h		\
	gdm-common-ui.c		\
	gdm-common-ui.h		\
	$(NULL)