diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-01 04:49:02 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-05 02:36:09 +0200 |
commit | 3bcaf458f6d823f81399dfbc6fcd452d54c1cd32 (patch) | |
tree | a7496b87290b42fe3b1a4c345a33b5b5800450c0 /Makefile.am | |
parent | journal-upload: add state file directory to ReadWritePaths (#5578) (diff) | |
download | systemd-3bcaf458f6d823f81399dfbc6fcd452d54c1cd32.tar.xz systemd-3bcaf458f6d823f81399dfbc6fcd452d54c1cd32.zip |
Move busctl sources to src/busctl
busctl is not part of libsystemd, and should not be stored under libsystemd.
In particular this is confusing because busctl is linked with libshared, but
stuff in libsystemd is not supposed to depend on libshared.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 1cc657acca..4da0642076 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3610,9 +3610,9 @@ test_resolve_LDADD = \ libsystemd-shared.la busctl_SOURCES = \ - src/libsystemd/sd-bus/busctl.c \ - src/libsystemd/sd-bus/busctl-introspect.c \ - src/libsystemd/sd-bus/busctl-introspect.h + src/busctl/busctl.c \ + src/busctl/busctl-introspect.c \ + src/busctl/busctl-introspect.h busctl_LDADD = \ libsystemd-shared.la |