chiark / gitweb /
build-sys: don't install sd-readahead.h as include file, but as documentation
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Jul 2012 20:47:46 +0000 (22:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Jul 2012 20:47:46 +0000 (22:47 +0200)
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.

Makefile.am
TODO

index 8e91e4977c04284b21dd1709aea443303d729dca..3dfe8a25e89230684161b2b3d7a9815dbba70687 100644 (file)
@@ -2577,7 +2577,8 @@ systemd_readahead_LDADD = \
        libsystemd-daemon.la \
        libudev.la
 
        libsystemd-daemon.la \
        libudev.la
 
-pkginclude_HEADERS += \
+dist_doc_DATA += \
+       src/readahead/sd-readahead.c \
        src/systemd/sd-readahead.h
 
 rootlibexec_PROGRAMS += \
        src/systemd/sd-readahead.h
 
 rootlibexec_PROGRAMS += \
diff --git a/TODO b/TODO
index 333db58fd444de39aa8019f641e6f9086169aba6..3bf6ef8dffa361655589dfef118677bea9dc4cde 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,8 +75,6 @@ Features:
 
 * Document:
         - PID 1 D-Bus API
 
 * Document:
         - PID 1 D-Bus API
-        - Journal C API manual pages
-        - scheduled shutdown API
 
 * introduce Type=pid-file
 
 
 * introduce Type=pid-file
 
@@ -245,8 +243,6 @@ Features:
 
 * write RPM spec macros for presets
 
 
 * write RPM spec macros for presets
 
-* journal: write man pages for API
-
 * journal: extend hash tables as we go
 
 * journal: API for looking for retrieving "all values of this field"
 * journal: extend hash tables as we go
 
 * journal: API for looking for retrieving "all values of this field"