build-sys: fix typo
authorKarel Zak <kzak@redhat.com>
Fri, 29 May 2015 11:42:35 +0000 (13:42 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Fri, 29 May 2015 11:55:02 +0000 (13:55 +0200)
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.

Makefile.am

index f23bd0c..7338315 100644 (file)
@@ -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)