chiark / gitweb /
manager: instead of using siginfo_t when reading SIGCHLD PIDs, run waitid() twice...
[elogind.git] / Makefile.am
index f63b3e4f8fec52bb6d7a680525af0a7c9debe49e..18f27c42513c707f42cde46466d6e41c476c275a 100644 (file)
@@ -18,6 +18,8 @@
 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 \
@@ -45,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 \
@@ -104,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) \