summaryrefslogtreecommitdiff
path: root/common/Makefile.am
blob: 4c7603c5f89fdd96e2d2ff6b8cc64b4ef0fc5690 (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
# -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-

noinst_LTLIBRARIES = libcommon.la

libcommon_la_SOURCES = \
	configuration.c \
	configuration.h \
	dmrc.c \
	dmrc.h \
	privileges.c \
	privileges.h \
	user-list.c \
	user-list.h

libcommon_la_CFLAGS = \
	$(WARN_CFLAGS) \
	$(GLIB_CFLAGS) \
	-DCONFIG_DIR=\"$(sysconfdir)/lightdm\"

libcommon_la_LIBADD = \
	$(GLIB_LDFLAGS)

DISTCLEANFILES = \
	Makefile.in