summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-30 02:26:29 +0100
committerKay Sievers <kay@vrfy.org>2013-10-30 02:39:32 +0100
commit77632684f3222e60aa1e02c49670dbf73f0fc828 (patch)
tree727efbd5c52b2199fc3f9e50ec61f45f10979a47 /Makefile.am
parent38911893c55adfe0ec2c01785dfa49059b409d69 (diff)
build-sys: remove default CFLAGS assignment
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ed33fd0f4..8d1e85d929 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3692,9 +3692,6 @@ systemd_machined_SOURCES = \
src/machine/machined.c \
src/machine/machined.h
-systemd_machined_CFLAGS = \
- $(libsystemd_machine_core_la_CFLAGS)
-
systemd_machined_LDADD = \
libsystemd-machine-core.la \
$(libsystemd_machine_core_la_LIBADD)
@@ -3708,9 +3705,6 @@ libsystemd_machine_core_la_SOURCES = \
src/machine/machine.h \
src/machine/machine-dbus.c
-libsystemd_machine_core_la_CFLAGS = \
- $(AM_CFLAGS)
-
libsystemd_machine_core_la_LIBADD = \
libsystemd-label.la \
libsystemd-audit.la \
@@ -3741,9 +3735,6 @@ rootbin_PROGRAMS += \
test_machine_tables_SOURCES = \
src/machine/test-machine-tables.c
-test_machine_tables_CFLAGS = \
- $(AM_CFLAGS)
-
test_machine_tables_LDADD = \
libsystemd-machine-core.la