diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-08 07:46:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-08 07:46:44 +0000 |
commit | af59b9b94cac80b84ddfd820bf18caee6b597ec6 (patch) | |
tree | 733b3ab7b9a44140c0756bfba13745ebaa0cb01c /Makefile.am | |
parent | 59ab21ed078cb165289b01de9af7c153050c58fd (diff) | |
download | curl-af59b9b94cac80b84ddfd820bf18caee6b597ec6.tar.gz |
added unfortunate but necessary special-purpose files for VMS and RISC OS
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 22b65df94..1895c52f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = \ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ config-win32.h reconf packages/README Makefile.dist \ - curl-config.in libtool + curl-config.in libtool build_vms.com config-riscos.h \ + config-vms.h bin_SCRIPTS = curl-config |