From a3bbbe05d32b1f7ea9eb98805df4dda2e811b476 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 9 Feb 2009 14:54:31 +0200 Subject: Let the user specify custom CFLAGS on the make command line. Previously custom CFLAGS worked only when they were passed to configure. --- src/liblzma/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/check/Makefile.am') 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 -- cgit v1.2.3