diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:22:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:22:49 +0000 |
commit | 2ea80c29fa1d58b3f0d7ed3074c2248c6fb7df00 (patch) | |
tree | 6b3028ed8d25381a0d83cc78ca25679552c22b78 | |
parent | e3fc0d5e783827a234481f86d75520cc00a2f484 (diff) |
Added buildconf buildconf.bat to the dist
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 69cf82bd6..395667519 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,8 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist \ - curl-config.in curl-style.el sample.emacs RELEASE-NOTES +EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \ + curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat bin_SCRIPTS = curl-config |