summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-10 19:42:07 +0200
committerKay Sievers <kay@vrfy.org>2012-04-10 19:47:00 +0200
commit771f19c06a9dbe19e4c3e532d901734f4b3b3a2b (patch)
treec10fdb14067492e408b3fbd5723c5ce9ee8015f0 /Makefile.am
parent9f36aa6846d795c39d453726b868dfb6e3c5b78d (diff)
move list.h, macro.h, ioprio.h to shared/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a8f2150bba..a52a8931f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -581,7 +581,10 @@ libsystemd_basic_la_SOURCES = \
src/shared/cgroup-util.c \
src/shared/cgroup-util.h \
src/shared/pager.c \
- src/shared/pager.h
+ src/shared/pager.h \
+ src/shared/ioprio.h \
+ src/shared/list.h \
+ src/shared/macro.h
libsystemd_basic_la_CFLAGS = \
$(AM_CFLAGS) \
@@ -740,11 +743,8 @@ libsystemd_core_la_SOURCES = \
src/cgroup-attr.h \
src/watchdog.c \
src/watchdog.h \
- src/macro.h \
src/def.h \
- src/ioprio.h \
src/missing.h \
- src/list.h \
src/securebits.h \
src/linux/auto_dev-ioctl.h \
src/linux/fanotify.h \