diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-14 14:18:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-14 14:18:31 +0000 |
commit | ca5d1e7a8d2f85bf43ca25d981156c59956a1a53 (patch) | |
tree | e4c569c0bc7a80284bbd4d156448d2481f6be1eb /src | |
parent | 40a39e2270600739de425c7bd24968531e774274 (diff) |
removed the config-netware.h from the release archives
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1008ae63a..ecc0ceda0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \ Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx \ macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp \ macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc \ - Makefile.netware config-netware.h + Makefile.netware MANPAGE=$(top_srcdir)/docs/curl.1 README=$(top_srcdir)/docs/MANUAL |