Skip to content
Snippets Groups Projects
Commit ecfe0b5b authored by Yang Tse's avatar Yang Tse
Browse files

Makefile.am: fix spurious CFLAGS duplication

parent 9460896c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment