diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-08 17:51:44 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-08 17:51:44 +0000 |
commit | 619869c6391138bfe9163c01afb3f9ee3cd4ddda (patch) | |
tree | 7d2bc58e097cdbad06b0553b8f81abbd91b45037 /lib/Makefile.am | |
parent | 31baaf72b424edf62dfc338afefb046fcbb1b5ac (diff) | |
download | curl-619869c6391138bfe9163c01afb3f9ee3cd4ddda.tar.gz |
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
Diffstat (limited to 'lib/Makefile.am')
-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 8f0113eda..049edf3a4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc -DSP = libcurl.dsp +DSP = vc6libcurl.dsp VCPROJ = libcurl.vcproj DOCS = README.encoding README.memoryleak README.ares README.curlx \ |