From bd1adaf7ea4e9c0fcf15404437d062d1de346380 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Jun 2004 06:54:12 +0000 Subject: [PATCH] when producing curllib.dsp, include libcurl.def as a source file. An Alexander Krasnostavsky fix. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 2284cbd34e..06e3506606 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -106,7 +106,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) -WIN32SOURCES = $(CSOURCES) +WIN32SOURCES = $(CSOURCES) libcurl.def WIN32HEADERS = $(HHEADERS) config-win32.h BUILT_SOURCES = $(srcdir)/getdate.c $(top_builddir)/lib/ca-bundle.h