Commit bd1adaf7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

when producing curllib.dsp, include libcurl.def as a source file.

An Alexander Krasnostavsky fix.
parent 0c9e23fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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