chiark / gitweb /
git: indicate that tabs are never OK in the systemd tree
[elogind.git] / Makefile.am
index 85b23250b16d6cd4379dd0a3da77699b2b6d546c..0ed33fd0f451660856f4ba401e3bcc628ebfa209 100644 (file)
@@ -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