diff options
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | src/shared/ioprio.h (renamed from src/ioprio.h) | 0 | ||||
-rw-r--r-- | src/shared/list.h (renamed from src/list.h) | 0 | ||||
-rw-r--r-- | src/shared/macro.h (renamed from src/macro.h) | 0 |
4 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 \ diff --git a/src/ioprio.h b/src/shared/ioprio.h index 9800fc2553..9800fc2553 100644 --- a/src/ioprio.h +++ b/src/shared/ioprio.h diff --git a/src/list.h b/src/shared/list.h index 2bec8c9e73..2bec8c9e73 100644 --- a/src/list.h +++ b/src/shared/list.h diff --git a/src/macro.h b/src/shared/macro.h index 19f259e4f1..19f259e4f1 100644 --- a/src/macro.h +++ b/src/shared/macro.h |