]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - common/Makefile.am
Move config loading into one function; move that function into libcommon; call it...
[sojka/lightdm.git] / common / Makefile.am
1 # -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-
2
3 noinst_LTLIBRARIES = libcommon.la
4
5 libcommon_la_SOURCES = \
6         configuration.c \
7         configuration.h \
8         dmrc.c \
9         dmrc.h \
10         privileges.c \
11         privileges.h \
12         user-list.c \
13         user-list.h
14
15 libcommon_la_CFLAGS = \
16         $(WARN_CFLAGS) \
17         $(GLIB_CFLAGS) \
18         -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \
19         -DSYSTEM_CONFIG_DIR=\"$(pkgdatadir)/lightdm.conf.d\"
20
21 libcommon_la_LIBADD = \
22         $(GLIB_LDFLAGS)
23
24 DISTCLEANFILES = \
25         Makefile.in