From: Yang Tse Date: Mon, 30 May 2011 20:32:58 +0000 (+0200) Subject: Makefile.am: fix spurious CFLAGS duplication X-Git-Tag: curl-7_21_7~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecfe0b5b18607f1d6cce3ebbaa50117107247b6c;p=curl Makefile.am: fix spurious CFLAGS duplication --- 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