summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-17 23:33:21 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-17 23:33:21 +0200
commit240a3a85bd627b43123f880cfa5a14497b39c6f0 (patch)
tree046177dc9fa8d6e64b865c28381e426c9733f04f /Makefile.am
parent7cfdbb3cfe3c1b82279a013a675f81acda510fe8 (diff)
doc: install sd-daemon.[ch] as docs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d5ada988e1..ca2381df53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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.