X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=18f27c42513c707f42cde46466d6e41c476c275a;hp=0c0e4def248378a8b8345b79e726e66788b7a1e9;hb=dd8f71ee9fe4408311b335726e0787a37fbf9d42;hpb=0b7964b804e093d31c9adc34ba1917017c7f4d60 diff --git a/Makefile.am b/Makefile.am index 0c0e4def2..18f27c425 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,12 +18,15 @@ ACLOCAL_AMFLAGS = -I m4 pkgsysconfdir=$(sysconfdir)/systemd +dbuspolicydir=$(sysconfdir)/dbus-1/system.d +udevrulesdir=/lib/udev/rules.d AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \ -DSYSTEM_DATA_UNIT_PATH=\"$(pkgdatadir)/system\" \ - -DSYSTEM_SYSVINIT_PATH=\"$(sysconfdir)/init.d\" \ + -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \ + -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \ -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \ -DSESSION_DATA_UNIT_PATH=\"$(pkgdatadir)/session\" \ -DCGROUP_AGENT_PATH=\"$(pkglibexecdir)/systemd-cgroups-agent\" @@ -44,6 +47,16 @@ noinst_PROGRAMS = \ test-engine \ test-job-type +dbuspolicy_DATA = \ + org.freedesktop.systemd1.conf + +udevrules_DATA = \ + 99-systemd.rules + +EXTRA_DIST = \ + org.freedesktop.systemd1.conf + 99-systemd.rules + BASIC_SOURCES= \ util.c \ util.h \ @@ -103,7 +116,11 @@ COMMON_SOURCES= \ cgroup.c \ cgroup.h \ mount-setup.c \ - mount-setup.h + mount-setup.h \ + hostname-setup.c \ + hostname-setup.h \ + utmp-wtmp.c \ + utmp-wtmp.h systemd_SOURCES = \ $(COMMON_SOURCES) \