diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-09 06:54:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-09 06:54:12 +0000 |
commit | bd1adaf7ea4e9c0fcf15404437d062d1de346380 (patch) | |
tree | c93cb2245dea6998baf2e81ca70b63053e6b980e | |
parent | 0c9e23fc0cc918577844e97e26fd67d1fe9121d0 (diff) |
when producing curllib.dsp, include libcurl.def as a source file.
An Alexander Krasnostavsky fix.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 2284cbd34..06e350660 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 |