diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 22:38:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 22:38:32 +0000 |
commit | 323d3e9b5d34c26162984b179fcb7911a8edfe2b (patch) | |
tree | 084b3e37704194f5aca894c9e1bd18d43f82e6d7 /Makefile.am | |
parent | 16f9755e73accca617690dbd272261f7cf0da1be (diff) | |
download | curl-323d3e9b5d34c26162984b179fcb7911a8edfe2b.tar.gz |
include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but it
should be removed soonish.
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 79e6599bd..90705b682 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = CHANGES COPYING maketgz UPGRADE reconf Makefile.dist \ +EXTRA_DIST = CHANGES COPYING maketgz SSLCERTS reconf Makefile.dist \ curl-config.in build_vms.com curl-mode.el bin_SCRIPTS = curl-config |