summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e55cb7498..ee57a5d9e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1479,10 +1479,6 @@ endif
systemd_analyze_SOURCES = \
src/analyze/analyze.c
-systemd_analyze_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_analyze_LDADD = \
libsystemd-shared.la \
libsystemd-bus-internal.la \
@@ -1494,10 +1490,6 @@ systemd_analyze_LDADD = \
systemd_initctl_SOURCES = \
src/initctl/initctl.c
-systemd_initctl_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_initctl_LDADD = \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
@@ -1510,7 +1502,6 @@ systemd_update_utmp_SOURCES = \
systemd_update_utmp_CFLAGS = \
$(AM_CFLAGS) \
- $(DBUS_CFLAGS) \
$(AUDIT_CFLAGS)
systemd_update_utmp_LDADD = \
@@ -1665,10 +1656,6 @@ systemd_sleep_LDADD = \
systemd_fsck_SOURCES = \
src/fsck/fsck.c
-systemd_fsck_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_fsck_LDADD = \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
@@ -3710,10 +3697,6 @@ SYSTEM_UNIT_ALIASES += \
timedatectl_SOURCES = \
src/timedate/timedatectl.c
-timedatectl_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
timedatectl_LDADD = \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
@@ -3789,10 +3772,6 @@ noinst_LTLIBRARIES += \
machinectl_SOURCES = \
src/machine/machinectl.c
-machinectl_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
machinectl_LDADD = \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
@@ -3929,10 +3908,6 @@ dist_zshcompletion_DATA += \
systemd_inhibit_SOURCES = \
src/login/inhibit.c
-systemd_inhibit_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_inhibit_LDADD = \
libsystemd-bus-internal.la \
libsystemd-id128-internal.la \
@@ -3966,10 +3941,6 @@ test_inhibit_LDADD = \
test_login_tables_SOURCES = \
src/login/test-login-tables.c
-test_login_tables_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
test_login_tables_LDADD = \
libsystemd-logind-core.la