mirror of
https://github.com/curl/curl.git
synced 2026-06-08 04:44:15 +03:00
sync am
This commit is contained in:
parent
249b6ceeeb
commit
6a76d67275
2 changed files with 3 additions and 4 deletions
|
|
@ -48,8 +48,7 @@ CFLAGS += @CURL_CFLAG_EXTRAS@
|
|||
# Prevent LIBS from being used for all link targets
|
||||
LIBS = $(BLANK_AT_MAKETIME)
|
||||
|
||||
AM_CPPFLAGS += -DWITHOUT_LIBCURL
|
||||
AM_CPPFLAGS += -DCURL_NO_OLDIES
|
||||
AM_CPPFLAGS += -DWITHOUT_LIBCURL -DCURL_NO_OLDIES
|
||||
if DOING_NATIVE_WINDOWS
|
||||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -56,8 +56,8 @@ endif
|
|||
if CURLDEBUG
|
||||
AM_CPPFLAGS += -DCURLDEBUG
|
||||
endif
|
||||
AM_CPPFLAGS += -DCURL_NO_OLDIES -DCURL_DISABLE_DEPRECATION
|
||||
AM_CPPFLAGS += -DBUILDING_LIBCURL
|
||||
# unit tests are small pretend-libcurl-programs, pass BUILDING_LIBCURL to reflect that
|
||||
AM_CPPFLAGS += -DCURL_NO_OLDIES -DCURL_DISABLE_DEPRECATION -DBUILDING_LIBCURL
|
||||
|
||||
if BUILD_UNITTESTS
|
||||
$(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(TESTS_C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue