summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-05-07 18:55:45 +0200
committerKay Sievers <kay@vrfy.org>2012-05-07 19:01:24 +0200
commit2c21044f05e32ec483b6ab13e175278779e9ebe3 (patch)
tree1464655a87ca946c5ffd26417886721fdbbd3ece /Makefile.am
parent7fdd367e6d675d4546074c5dd35bf168d7c17339 (diff)
util: split-out conf-file.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c85a401db4..2bc8e01c95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -547,6 +547,8 @@ libsystemd_shared_la_SOURCES = \
src/shared/ioprio.h \
src/shared/socket-util.c \
src/shared/socket-util.h \
+ src/shared/conf-files.c \
+ src/shared/conf-files.h \
src/shared/cgroup-util.c \
src/shared/cgroup-util.h \
src/shared/cgroup-show.c \
@@ -564,10 +566,6 @@ libsystemd_shared_la_SOURCES = \
src/shared/spawn-polkit-agent.c \
src/shared/spawn-polkit-agent.h
-libsystemd_shared_la_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
#-------------------------------------------------------------------------------
noinst_LTLIBRARIES += \
libsystemd-dbus.la