diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-19 09:29:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-19 09:29:40 +0000 |
commit | 2078c1a01a6d2a1afe996690a89a5d760eb8762f (patch) | |
tree | b0f371680915916acf28fbad7aafea7d5c0427a0 /lib | |
parent | f7a890937244d936f5224a4d1666d9a08d9c1f42 (diff) |
added two VC++ files for project stuff
Diffstat (limited to 'lib')
-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 90600aa5d..998fe0e6a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = getdate.y \ Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \ - libcurl.def dllinit.c + libcurl.def dllinit.c curllib.dsp curllib.dsw lib_LTLIBRARIES = libcurl.la |