]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - common/Makefile.am
debian/lightdm-greeter-session: Don't launch another session D-Bus if one
[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
20 libcommon_la_LIBADD = \
21         $(GLIB_LDFLAGS)