diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-30 04:13:31 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-30 04:13:31 +0000 |
commit | 6fb5888e5518c652470b3e8491f840c021611708 (patch) | |
tree | 1ca4f6cf9ce3610811201267b7dd488404c48a88 /Makefile.am | |
parent | b5810dfe9d7a6b3a81040d98904d0d346794dbb6 (diff) | |
download | curl-6fb5888e5518c652470b3e8491f840c021611708.tar.gz |
vc6curl.dsw and MSVC 6 IDE build directions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9adb8dafe..5e3fcfdc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,8 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \ - curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat libcurl.pc.in + curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat \ + libcurl.pc.in vc6curl.dsw bin_SCRIPTS = curl-config |