summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-07 16:35:36 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-07 16:53:25 +0100
commitaac6ad0d2f3dd295129256b0b8d66bea876b94b6 (patch)
tree5f509a9e59bcccc07fd9c1ab24ea240a152232ae /Makefile.am
parent23c80348e656a4e6fd9ba8f17523a65b6fa349a0 (diff)
build-sys: don't install sd-shutdown.h, it is a drop-in header like sd-readahead.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ccecc3ec17..5c3cbc1876 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1506,7 +1506,7 @@ systemd_shutdownd_LDADD = \
libsystemd-daemon-internal.la \
libsystemd-shared.la
-pkginclude_HEADERS += \
+dist_doc_DATA += \
src/systemd/sd-shutdown.h
# ------------------------------------------------------------------------------