From ecfe0b5b18607f1d6cce3ebbaa50117107247b6c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 30 May 2011 22:32:58 +0200 Subject: Makefile.am: fix spurious CFLAGS duplication --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 9a008bf6c..3d3e91c52 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -46,7 +46,7 @@ lib_LTLIBRARIES = libcurl.la LIBCURL_LIBS = @LIBCURL_LIBS@ # This might hold -Werror -libcurl_la_CFLAGS = $(CFLAGS) @CURL_CFLAG_EXTRAS@ +CFLAGS += @CURL_CFLAG_EXTRAS@ # Specify our include paths here, and do it relative to $(top_srcdir) and # $(top_builddir), to ensure that these paths which belong to the library -- cgit v1.2.3