diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-08 14:31:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-08 14:31:35 +0000 |
commit | 89f6567fda39a6b12eda8471232b8015b7169e97 (patch) | |
tree | 40ec13a80e1177c693e2f7370c844864a4a66cef /Makefile.am | |
parent | efec05d5810ec238137bfa1914af614e24024417 (diff) | |
download | curl-89f6567fda39a6b12eda8471232b8015b7169e97.tar.gz |
Remove buildconf.bat from release and daily snapshot archives.
buildconf.bat is only for CVS tree builds.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6a92dc2d2..9f1a1cc4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ CMake/FindZLIB.cmake CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake \ CMake/Utilities.cmake include/curl/curlbuild.h.cmake EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ - curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat \ + curl-style.el sample.emacs RELEASE-NOTES buildconf \ libcurl.pc.in vc6curl.dsw MacOSX-Framework $(CMAKE_DIST) bin_SCRIPTS = curl-config |