From: Daniel Stenberg Date: Fri, 22 Feb 2002 15:12:17 +0000 (+0000) Subject: make sure the custom config-*.h files are in the dist as well X-Git-Tag: curl-7_9_5-pre4~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8cb026e804b777a6546307ba1308b03939bb1a6;p=curl make sure the custom config-*.h files are in the dist as well --- diff --git a/src/Makefile.am b/src/Makefile.am index 4975c36ad..19bed07a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,10 @@ EXTRA_DIST = mkhelp.pl curlmsg.msg \ macos/curl.mcp.xml.sit.hqx \ macos/MACINSTALL.TXT \ macos/src/curl_GUSIConfig.cpp \ - macos/src/macos_main.cpp + macos/src/macos_main.cpp \ + config-win32.h \ + config-mac.h \ + config-vms.h AUTOMAKE_OPTIONS = foreign no-dependencies