From 377e43fbb9ff48fc114c9c6ecc1b04796e01b0fb Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 9 Nov 2004 14:00:56 +0000 Subject: Changes for removing libcurl.def file on Win32. Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. --- lib/Makefile.am | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index d5cca407f..772a5f52b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,13 +24,12 @@ AUTOMAKE_OPTIONS = foreign nostdinc DSP = curllib.dsp -EXTRA_DIST = Makefile.b32 Makefile.m32 \ - Makefile.vc6 Makefile.riscos libcurl.def $(DSP) curllib.dsw \ - config-vms.h config-win32.h config-riscos.h config-mac.h config.h.in \ - ca-bundle.crt README.encoding README.memoryleak README.ares \ - README.curlx makefile.dj config.dj libcurl.framework.make \ - libcurl.plist libcurl.rc config-amigaos.h amigaos.c amigaos.h \ - makefile.amiga Makefile.netware nwlib.c libcurl.imp \ +EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \ + curllib.dsw config-vms.h config-win32.h config-win32ce.h config-riscos.h \ + config-mac.h config.h.in ca-bundle.crt README.encoding \ + README.memoryleak README.ares README.curlx makefile.dj config.dj \ + libcurl.framework.make libcurl.plist libcurl.rc config-amigaos.h \ + amigaos.c amigaos.h makefile.amiga Makefile.netware nwlib.c libcurl.imp \ msvcproj.head msvcproj.foot config-win32ce.h CLEANFILES = $(DSP) @@ -51,7 +50,7 @@ VERSION=-version-info 3:0:0 # If either revision or age are omitted, they default to 0. Also note that age # must be less than or equal to the current interface number. # -# Here are a set of rules to help you update your library version information: +# Here are a set of rules to help you update your library version information: # # 1.Start with version information of 0:0:0 for each libtool library. # @@ -90,7 +89,7 @@ include Makefile.inc libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) -WIN32SOURCES = $(CSOURCES) libcurl.def +WIN32SOURCES = $(CSOURCES) WIN32HEADERS = $(HHEADERS) config-win32.h BUILT_SOURCES = $(top_builddir)/lib/ca-bundle.h -- cgit v1.2.3