1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

fixed small fix issue I introduced with my previous commit.

This commit is contained in:
Gunter Knauf 2007-08-03 19:54:31 +00:00
parent 4aabbc5ac2
commit e789a3802c

View File

@ -46,7 +46,7 @@ ifdef DYN
else
curl_DEPENDENCIES = ../lib/libcurl.a
curl_LDADD = -L../lib -lcurl
COMPILE += -DCURL_STATICLIB
CFLAGS += -DCURL_STATICLIB
endif
ifdef ARES
CFLAGS += -DUSE_ARES