diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-02 22:31:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-02 22:31:18 +0000 |
commit | 64bbe9dfafc6693a96b742f3133c636385835a19 (patch) | |
tree | 012bda8b5d41f89cd774b0aa7cc8cacc23aac175 /Makefile.am | |
parent | 2e8a9416af0b59e98132e64c29f3919d9a7b9570 (diff) | |
download | curl-64bbe9dfafc6693a96b742f3133c636385835a19.tar.gz |
James Gallagher's Content-Encoding work
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 298c31971..164f7cc51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,7 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = \ - CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ +EXTRA_DIST = CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt UPGRADE \ reconf Makefile.dist curl-config.in build_vms.com curl-mode.el bin_SCRIPTS = curl-config |