From d8cb026e804b777a6546307ba1308b03939bb1a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 22 Feb 2002 15:12:17 +0000 Subject: make sure the custom config-*.h files are in the dist as well --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3