From 771f19c06a9dbe19e4c3e532d901734f4b3b3a2b Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 10 Apr 2012 19:42:07 +0200 Subject: move list.h, macro.h, ioprio.h to shared/ --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf