X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=edcb96182828448e5475620b0fc1ce4656562388;hb=4cd9a9d9ecf3a8835e21930f3215a5f5b74144be;hp=e668c09dd1a79871345ebf2cfc000f664f7b00f3;hpb=224f2ee221e77c326d1d7761abb6e812432b2163;p=elogind.git diff --git a/Makefile.am b/Makefile.am index e668c09dd..edcb96182 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,8 @@ AM_CPPFLAGS = \ -I $(top_srcdir)/src \ -I $(top_srcdir)/src/readahead \ -I $(top_srcdir)/src/login \ - -I $(top_srcdir)/src/journal + -I $(top_srcdir)/src/journal \ + -I $(top_srcdir)/src/systemd if TARGET_GENTOO AM_CPPFLAGS += \ @@ -568,8 +569,68 @@ libsystemd_core_la_LIBADD = \ # list the .h files as dependencies if we want make dist to work. EXTRA_DIST += \ - ${libsystemd_basic_la_SOURCES:.c=.h} \ - ${libsystemd_core_la_SOURCES:.c=.h} \ + src/util.h \ + src/virt.h \ + src/label.h \ + src/hashmap.h \ + src/set.h \ + src/strv.h \ + src/conf-parser.h \ + src/socket-util.h \ + src/log.h \ + src/ratelimit.h \ + src/exit-status.h \ + src/unit.h \ + src/job.h \ + src/manager.h \ + src/path-lookup.h \ + src/load-fragment.h \ + src/service.h \ + src/automount.h \ + src/mount.h \ + src/swap.h \ + src/device.h \ + src/target.h \ + src/snapshot.h \ + src/socket.h \ + src/timer.h \ + src/path.h \ + src/load-dropin.h \ + src/execute.h \ + src/utmp-wtmp.h \ + src/dbus.h \ + src/dbus-manager.h \ + src/dbus-unit.h \ + src/dbus-job.h \ + src/dbus-service.h \ + src/dbus-socket.h \ + src/dbus-timer.h \ + src/dbus-target.h \ + src/dbus-mount.h \ + src/dbus-automount.h \ + src/dbus-swap.h \ + src/dbus-snapshot.h \ + src/dbus-device.h \ + src/dbus-execute.h \ + src/dbus-path.h \ + src/cgroup.h \ + src/mount-setup.h \ + src/hostname-setup.h \ + src/selinux-setup.h \ + src/loopback-setup.h \ + src/kmod-setup.h \ + src/locale-setup.h \ + src/machine-id-setup.h \ + src/specifier.h \ + src/unit-name.h \ + src/fdset.h \ + src/namespace.h \ + src/tcpwrap.h \ + src/cgroup-util.h \ + src/condition.h \ + src/dbus-common.h \ + src/install.h \ + src/cgroup-attr.h \ src/macro.h \ src/def.h \ src/ioprio.h \ @@ -1053,7 +1114,7 @@ libsystemd_daemon_la_LDFLAGS = \ -Wl,--version-script=$(top_srcdir)/src/libsystemd-daemon.sym pkginclude_HEADERS += \ - src/sd-daemon.h + src/systemd/sd-daemon.h # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed libsystemd-daemon-install-hook: @@ -1131,7 +1192,7 @@ noinst_PROGRAMS += \ test-id128 pkginclude_HEADERS += \ - src/sd-id128.h + src/systemd/sd-id128.h lib_LTLIBRARIES += \ libsystemd-id128.la @@ -1290,8 +1351,8 @@ noinst_PROGRAMS += \ test-journal pkginclude_HEADERS += \ - src/journal/sd-journal.h \ - src/journal/sd-messages.h + src/systemd/sd-journal.h \ + src/systemd/sd-messages.h lib_LTLIBRARIES += \ libsystemd-journal.la @@ -1451,7 +1512,7 @@ nodist_systemunit_DATA += \ units/systemd-readahead-done.service EXTRA_DIST += \ - src/readahead/sd-readahead.h \ + src/systemd/sd-readahead.h \ src/readahead/readahead-common.h \ units/systemd-readahead-collect.service.in \ units/systemd-readahead-replay.service.in \ @@ -1878,7 +1939,7 @@ dist_pkgsysconf_DATA += \ src/login/systemd-logind.conf pkginclude_HEADERS += \ - src/login/sd-login.h + src/systemd/sd-login.h lib_LTLIBRARIES += \ libsystemd-login.la