chiark / gitweb /
doc: install sd-daemon.[ch] as docs
[elogind.git] / Makefile.am
index 197407cdb05a750f6a453cfae1d0f8383aeea6c1..ca2381df53762d988d0048b4418edc17d628f6e4 100644 (file)
@@ -195,6 +195,11 @@ dist_systemunit_DATA += \
        units/arch/reboot.service
 endif
 
+dist_doc_DATA = \
+       README \
+       src/sd-daemon.h \
+       src/sd-daemon.c
+
 # This is needed because automake is buggy in how it generates the
 # rules for C programs, but not Vala programs.  We therefore can't
 # list the .h files as dependencies if we want make dist to work.
@@ -369,6 +374,7 @@ systemd_cgroups_agent_LDADD = \
 
 systemctl_SOURCES = \
        src/systemctl.c \
+       src/utmp-wtmp.c \
        $(BASIC_SOURCES)
 
 systemctl_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)