diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-02 16:31:49 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-02 16:31:49 +0100 |
commit | 4390dfbaec2a3f8b8248d17752045e7738c884d4 (patch) | |
tree | 52293b6cab5d048a3a099b2fc070599d2cfad521 | |
parent | f7762bf3369029ba88bd2f3c10514720a3cc3097 (diff) |
do not install drop-in files; the shared library should be used by default
If distros still want to ship these, the can include them in the packaging
step. Upstream should no longer install them.
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 7d448ebbc2..4c2d165302 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1131,10 +1131,6 @@ lib_LTLIBRARIES += \ pkgconfiglib_DATA += \ libsystemd-daemon.pc -dist_doc_DATA += \ - src/sd-daemon.h \ - src/sd-daemon.c - MANPAGES += \ man/sd-daemon.7 \ man/sd_notify.3 \ @@ -1156,7 +1152,6 @@ man/sd_is_mq.3: man/sd_is_fifo.3 man/sd_notifyf.3: man/sd_notify.3 EXTRA_DIST += \ - ${libsystemd_daemon_la_SOURCES:.c=.h} \ libsystemd-daemon.pc.in \ src/libsystemd-daemon.sym @@ -1487,10 +1482,6 @@ EXTRA_DIST += \ units/systemd-readahead-replay.service.in \ units/systemd-readahead-done.service.in -dist_doc_DATA += \ - src/readahead/sd-readahead.h \ - src/readahead/sd-readahead.c - MANPAGES += \ man/sd_readahead.3 \ man/sd-readahead.7 |