mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:43:32 +03:00
lib sync macro order with tests/unit
This commit is contained in:
parent
795b2431cb
commit
ddf5da0366
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
|||
# Prevent LIBS from being used for all link targets
|
||||
LIBS = $(BLANK_AT_MAKETIME)
|
||||
|
||||
AM_CPPFLAGS += -DBUILDING_LIBCURL
|
||||
AM_LDFLAGS =
|
||||
AM_CFLAGS =
|
||||
if DEBUGBUILD
|
||||
|
|
@ -75,6 +74,7 @@ endif
|
|||
if CURLDEBUG
|
||||
AM_CPPFLAGS += -DCURLDEBUG
|
||||
endif
|
||||
AM_CPPFLAGS += -DBUILDING_LIBCURL
|
||||
|
||||
if DOING_NATIVE_WINDOWS
|
||||
CSOURCES += dllmain.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue