diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-05 20:20:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 20:20:38 +0200 |
commit | d0b4880988c5900c0f951aa6fe700686411cd03e (patch) | |
tree | 157748cd1eb3f8c7147fc0f309e9417c539fc413 /Makefile.am | |
parent | a55da3cd5ea9d8cb6d7f1490516734fd43d016cb (diff) |
sd-daemon: split off sd_readahead() since it is not a feature of systemd itself but of an auxiliary tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0a33c0635b..11abadffe3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -310,7 +310,9 @@ dist_doc_DATA = \ LICENSE \ DISTRO_PORTING \ src/sd-daemon.h \ - src/sd-daemon.c + src/sd-daemon.c \ + src/sd-readahead.h \ + src/sd-readahead.c pkgconfigdata_DATA = \ systemd.pc @@ -419,6 +421,7 @@ EXTRA_DIST += \ src/linux/fanotify.h \ src/initreq.h \ src/sd-daemon.h \ + src/sd-readahead.h \ src/special.h \ src/dbus-common.h \ src/bus-errors.h \ @@ -708,7 +711,8 @@ systemctl_LDADD = \ systemd_notify_SOURCES = \ src/notify.c \ - src/sd-daemon.c + src/sd-daemon.c \ + src/sd-readahead.c systemd_notify_LDADD = \ libsystemd-basic.la |