]> granicus.if.org Git - curl/commitdiff
Kevin Roth's cygwin adjustment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Oct 2001 07:59:43 +0000 (07:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Oct 2001 07:59:43 +0000 (07:59 +0000)
lib/Makefile.am

index a8d4f5019405eb9a5b8b3e7e731520693e07adc0..6151c20633660f43e095a3f83e35fa8fbd1d2906 100644 (file)
@@ -16,7 +16,7 @@ lib_LTLIBRARIES = libcurl.la
 INCLUDES = -I$(top_srcdir)/include
 
 
-libcurl_la_LDFLAGS = -version-info 2:2:0
+libcurl_la_LDFLAGS = -no-undefined -version-info 2:2:0
 # This flag accepts an argument of the form current[:revision[:age]]. So,
 # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
 # 1.