From: Lennart Poettering Date: Thu, 7 Nov 2013 15:35:36 +0000 (+0100) Subject: build-sys: don't install sd-shutdown.h, it is a drop-in header like sd-readahead.h X-Git-Tag: v209~1557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aac6ad0d2f3dd295129256b0b8d66bea876b94b6;p=thirdparty%2Fsystemd.git build-sys: don't install sd-shutdown.h, it is a drop-in header like sd-readahead.h --- diff --git a/Makefile.am b/Makefile.am index ccecc3ec17e..5c3cbc18761 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 # ------------------------------------------------------------------------------