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.
This commit is contained in:
Karel Zak 2015-05-29 13:42:35 +02:00 committed by Martin Pitt
parent e37f6d6134
commit 144b1b4b34
1 changed files with 1 additions and 1 deletions

View 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)