chiark / gitweb /
move list.h, macro.h, ioprio.h to shared/
[elogind.git] / Makefile.am
index 1518ba9c8636a4aea3286412f434858b89cc0acc..a52a8931f31c81670d795f3a602e3d4aed5f5911 100644 (file)
@@ -579,7 +579,12 @@ libsystemd_basic_la_SOURCES = \
        src/shared/utf8.c \
        src/shared/utf8.h \
        src/shared/cgroup-util.c \
-       src/shared/cgroup-util.h
+       src/shared/cgroup-util.h \
+       src/shared/pager.c \
+       src/shared/pager.h \
+       src/shared/ioprio.h \
+       src/shared/list.h \
+       src/shared/macro.h
 
 libsystemd_basic_la_CFLAGS = \
        $(AM_CFLAGS) \
@@ -738,12 +743,8 @@ libsystemd_core_la_SOURCES = \
        src/cgroup-attr.h \
        src/watchdog.c \
        src/watchdog.h \
-       src/sd-daemon.c \
-       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 \
@@ -756,7 +757,6 @@ libsystemd_core_la_SOURCES = \
        src/shutdownd.h \
        src/umount.h \
        src/ask-password-api.h \
-       src/pager.h \
        src/sysfs-show.h \
        src/polkit.h \
        src/dbus-loop.h \
@@ -799,6 +799,7 @@ systemd_CFLAGS = \
 
 systemd_LDADD = \
        libsystemd-core.la \
+       libsystemd-daemon.la \
        libsystemd-id128.la
 
 # ------------------------------------------------------------------------------
@@ -810,7 +811,8 @@ test_engine_CFLAGS = \
        $(DBUS_CFLAGS)
 
 test_engine_LDADD = \
-       libsystemd-core.la
+       libsystemd-core.la \
+       libsystemd-daemon.la
 
 test_job_type_SOURCES = \
        src/test-job-type.c
@@ -1054,7 +1056,6 @@ systemctl_SOURCES = \
        src/path-lookup.c \
        src/cgroup-show.c \
        src/unit-name.c \
-       src/pager.c \
        src/install.c \
        src/spawn-agent.c \
        src/logs-show.c
@@ -1097,8 +1098,7 @@ systemd_reply_password_LDADD = \
 # ------------------------------------------------------------------------------
 systemd_cgls_SOURCES = \
        src/cgls.c \
-       src/cgroup-show.c \
-       src/pager.c
+       src/cgroup-show.c
 
 systemd_cgls_LDADD = \
        libsystemd-basic.la
@@ -1929,7 +1929,6 @@ systemd_cat_LDADD = \
 
 journalctl_SOURCES = \
        src/journal/journalctl.c \
-       src/pager.c \
        src/logs-show.c
 
 journalctl_LDADD = \
@@ -2535,8 +2534,7 @@ loginctl_SOURCES = \
        src/login/loginctl.c \
        src/login/sysfs-show.c \
        src/dbus-common.c \
-       src/cgroup-show.c \
-       src/pager.c
+       src/cgroup-show.c
 
 loginctl_CFLAGS = \
        $(AM_CFLAGS) \