]> granicus.if.org Git - curl/commitdiff
Fixed MinGW WinIDN lib dependency.
authorGuenter Knauf <lists@gknw.net>
Sat, 17 Sep 2011 15:59:35 +0000 (17:59 +0200)
committerGuenter Knauf <lists@gknw.net>
Sat, 17 Sep 2011 15:59:35 +0000 (17:59 +0200)
src/Makefile.m32

index 27a639d71d61a628b90a8b432f40968aa755a0d9..fff4725c9eec86ffd2b2506fb97d8018cdb584f1 100644 (file)
@@ -158,7 +158,7 @@ ifdef IDN
 else
 ifdef WINIDN
   CFLAGS += -DUSE_WIN32_IDN
-  DLL_LIBS += -L"$(WINIDN_PATH)" -lnormaliz
+  curl_LDADD += -L"$(WINIDN_PATH)" -lnormaliz
 endif
 endif
 ifdef SSPI