]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - common/Makefile.am
And convert accounts.c to use new sharable CommonUser class too
[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
19 libcommon_la_LIBADD = \
20         $(GLIB_LDFLAGS)
21
22 DISTCLEANFILES = \
23         Makefile.in