summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2015-05-29 13:42:35 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2015-05-29 13:55:02 +0200
commit144b1b4b34b6ae20a690e31c3d14dbb96341448b (patch)
treeee18631d2f8b75200ebddb82d3b8d4553e0eb18c /Makefile.am
parente37f6d61349bf7a4e158abbad768867ba670828a (diff)
build-sys: fix typo
There is nothing like systemd_verify_* in Makefile.am. The bug has been invisible because automake uses the default CFLAGS when component CFLAGS are undefined.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f23bd0cf2f..7338315607 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2131,7 +2131,7 @@ systemd_analyze_SOURCES = \
src/analyze/analyze-verify.c \
src/analyze/analyze-verify.h
-systemd_verify_CFLAGS = \
+systemd_analyze_CFLAGS = \
$(AM_CFLAGS) \
$(SECCOMP_CFLAGS)