diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-30 02:06:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-30 02:08:57 +0100 |
commit | c335068380fe8c9d843cdb2cf8a00f822cfabed3 (patch) | |
tree | 3dadd6e1f6f7172daedd97de789e39a527c23c3f /Makefile.am | |
parent | 07459db69f3c48ef4d69308faa14f457bd903bcf (diff) |
machined: port over to libsystemd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 85b23250b1..0ed33fd0f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3709,15 +3709,14 @@ libsystemd_machine_core_la_SOURCES = \ src/machine/machine-dbus.c libsystemd_machine_core_la_CFLAGS = \ - $(AM_CFLAGS) \ - $(DBUS_CFLAGS) + $(AM_CFLAGS) libsystemd_machine_core_la_LIBADD = \ libsystemd-label.la \ libsystemd-audit.la \ libsystemd-shared.la \ libsystemd-daemon.la \ - libsystemd-dbus.la \ + libsystemd-bus.la \ libsystemd-id128-internal.la \ libudev.la @@ -3743,8 +3742,7 @@ test_machine_tables_SOURCES = \ src/machine/test-machine-tables.c test_machine_tables_CFLAGS = \ - $(AM_CFLAGS) \ - $(DBUS_CFLAGS) + $(AM_CFLAGS) test_machine_tables_LDADD = \ libsystemd-machine-core.la |