]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
core: rearrange code so that libsystemd/sd-bus/ does not include header files from...
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Dec 2014 17:36:04 +0000 (18:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Dec 2014 18:15:27 +0000 (19:15 +0100)
commit3c70e3bb022f0de3317f3600c9366a2f4597339e
treef8cd5021f6f4bc2dd8fe8b6d777ca85d9f6fb896
parent3e0a2048978fcc7aff00797bdb876b2592c2fbc7
core: rearrange code so that libsystemd/sd-bus/ does not include header files from core

Stuff in src/shared or src/libsystemd should *never* include code from
src/core or any of the tools, so don't do that here either. It's not OK!
17 files changed:
Makefile.am
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/bus-xml-policy.c [moved from src/bus-proxyd/bus-policy.c with 99% similarity]
src/bus-proxyd/bus-xml-policy.h [moved from src/bus-proxyd/bus-policy.h with 100% similarity]
src/bus-proxyd/test-bus-xml-policy.c [moved from src/bus-proxyd/test-bus-policy.c with 98% similarity]
src/core/bus-common.c [deleted file]
src/core/bus-common.h [deleted file]
src/core/bus-endpoint.c
src/core/bus-endpoint.h
src/core/busname.c
src/core/busname.h
src/core/execute.c
src/libsystemd/sd-bus/bus-internal.h
src/libsystemd/sd-bus/bus-kernel.c
src/libsystemd/sd-bus/bus-kernel.h
src/libsystemd/sd-bus/busctl.c
src/test/test-tables.c