diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-13 22:47:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 22:47:46 +0200 |
commit | 9a1d54166307bbe51b33018a93e77688311eab14 (patch) | |
tree | 99dbe1bb5d973cce8620646920b2cd66cf3178f0 /Makefile.am | |
parent | 639a6a2529dd5a3109b998ccb44fb75b97525e13 (diff) |
build-sys: don't install sd-readahead.h as include file, but as documentation
sd-readahead.h is supposed to be a drop-in API, nothing people should
ever link to or could make use without also adding sd-readahead.c to
their sources. Hence, don't install this header file into INCLUDES, but
instead install it as DOCS.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e91e4977c..3dfe8a25e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2577,7 +2577,8 @@ systemd_readahead_LDADD = \ libsystemd-daemon.la \ libudev.la -pkginclude_HEADERS += \ +dist_doc_DATA += \ + src/readahead/sd-readahead.c \ src/systemd/sd-readahead.h rootlibexec_PROGRAMS += \ |