diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
commit | 8551be2becc2ae384037fd92427bd6f1527e1039 (patch) | |
tree | 5ddd96690f4483ff5e34e519112d1272f16f740b /src/grp-journal | |
parent | 6613132ae4a8e1232760949f39f32003ba857bd9 (diff) |
./tools/notsd-fixup **/Makefile
Diffstat (limited to 'src/grp-journal')
-rw-r--r-- | src/grp-journal/Makefile | 10 | ||||
-rw-r--r-- | src/grp-journal/systemd-cat/Makefile | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/src/grp-journal/Makefile b/src/grp-journal/Makefile index f42ecedcc8..764ab80758 100644 --- a/src/grp-journal/Makefile +++ b/src/grp-journal/Makefile @@ -170,10 +170,6 @@ endif # HAVE_COMPRESSION dist_tmpfiles_DATA = \ tmpfiles.d/journal-nocow.conf -nested.subdirs += journalctl systemd-journald libjournal-core -nested.subdirs += systemd-cat -#nested.subdirs += grp-remote - ifneq ($(HAVE_SYSV_COMPAT),) varlog_DATA = \ docs/var-log/README @@ -188,4 +184,10 @@ EXTRA_DIST += \ dist_systempreset_DATA = \ 90-journald.preset +nested.subdirs += grp-remote +nested.subdirs += journalctl +nested.subdirs += libjournal-core +nested.subdirs += systemd-cat +nested.subdirs += systemd-journald + include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/grp-journal/systemd-cat/Makefile b/src/grp-journal/systemd-cat/Makefile index a6d7eee6ea..77c0861f2c 100644 --- a/src/grp-journal/systemd-cat/Makefile +++ b/src/grp-journal/systemd-cat/Makefile @@ -29,7 +29,6 @@ systemd_cat_SOURCES = \ systemd_cat_LDADD = \ libjournal-core.la - bin_PROGRAMS += \ systemd-cat |