aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-02-09 14:54:31 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-02-09 14:54:31 +0200
commita3bbbe05d32b1f7ea9eb98805df4dda2e811b476 (patch)
tree25ff69ca498bbde490238aaa2a67c36489e35f84 /src/liblzma/check/Makefile.am
parentFix aliasing issue in physmem.h. (diff)
downloadxz-a3bbbe05d32b1f7ea9eb98805df4dda2e811b476.tar.xz
Let the user specify custom CFLAGS on the make command
line. Previously custom CFLAGS worked only when they were passed to configure.
Diffstat (limited to '')
-rw-r--r--src/liblzma/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/Makefile.am b/src/liblzma/check/Makefile.am
index f323e6fe..74011695 100644
--- a/src/liblzma/check/Makefile.am
+++ b/src/liblzma/check/Makefile.am
@@ -49,6 +49,6 @@ libcheck_la_SOURCES += sha256.c
# Hide bogus warning to allow usage of -Werror. If more issues like this
# pop up, we'll drop -Werror.
if COND_WNO_UNINITIALIZED
-CFLAGS += -Wno-uninitialized
+AM_CFLAGS += -Wno-uninitialized
endif
endif