diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-12 16:45:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-12 16:45:25 +0100 |
commit | 50525f4f40b47c635a6b1570dc285ac7c2625f46 (patch) | |
tree | a1075677b2c57d700cb554ef76a57357be54d0fa /Makefile.am | |
parent | d6b37d83f941c7b38336c62e06ff87157b3cf6ae (diff) | |
download | curl-50525f4f40b47c635a6b1570dc285ac7c2625f46.tar.gz |
dist: ship buildconf.bat too
As the winbuild/* stuff uses it!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 09c463140..b41a70353 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2016, 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 @@ -130,7 +130,8 @@ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \ - $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in + $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in \ + buildconf.bat CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ $(VC71_LIBVCPROJ) $(VC71_SRCVCPROJ) $(VC8_LIBVCPROJ) $(VC8_SRCVCPROJ) \ |