diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-04-08 10:17:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-04-08 10:17:03 +0200 |
commit | a700f9002cc5165caaede50d1fcf2cc0c93f2da5 (patch) | |
tree | dcd468e4e9f8c44f84e20712d2119a68828b0b7a /Makefile.am | |
parent | 73b7a03c3fe3c3407493f8f7efbb86d8e2eca0b4 (diff) | |
download | curl-a700f9002cc5165caaede50d1fcf2cc0c93f2da5.tar.gz |
dist: include the projects/ files in releases
... the recent MSVC project files added by Steve Holme
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 608bd110a..c4f2b5d61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -38,6 +38,10 @@ VC8LIBPRJ = vs/vc8/lib/vc8libcurl.vcproj VC8LIBPRJHEAD = vs/t/lib/vc8_libcurl_prj.head VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot +VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \ + projects/Windows/VC8/lib/libcurl.tmpl projects/Windows/VC8/curl.sln \ + projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.sln + VC_DIST = \ vs/t/README \ $(VC6LIBDSP) $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \ @@ -45,7 +49,7 @@ VC_DIST = \ vs/vc6/vc6curl.dsw \ vs/vc6/lib/vc6libcurl.dsw \ vs/vc6/src/vc6curltool.dsw \ - vs/vc6/src/vc6curltool.dsp + vs/vc6/src/vc6curltool.dsp $(VCPROJECTS) VC6LIBDSP_DEPS = $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \ Makefile.am lib/Makefile.inc |