diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:35:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 14:35:14 +0000 |
commit | 9def011e8edc5fb4db5a529b0a7a36799286722d (patch) | |
tree | 9a143122b24e98d4da9413ccd2543d5240665619 /Makefile.am | |
parent | 7cf6e8c9cc5fe70d4a71f9d2b0f0bc97d1884039 (diff) | |
download | curl-9def011e8edc5fb4db5a529b0a7a36799286722d.tar.gz |
moved the config-* files to lib/Makefile.am
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 47aa7b161..fc6d808c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = \ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ - reconf Makefile.dist curl-config.in build_vms.com curl-mode.el \ - config-vms.h config-win32.h config-riscos.h config-mac.h + reconf Makefile.dist curl-config.in build_vms.com curl-mode.el bin_SCRIPTS = curl-config |