chiark / gitweb /
doc: install sd-daemon.[ch] as docs
[elogind.git] / Makefile.am
index d5ada988e1b3ae9ed6824fbfe7847194e4a03f7d..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.