diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-22 15:12:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-22 15:12:17 +0000 |
commit | d8cb026e804b777a6546307ba1308b03939bb1a6 (patch) | |
tree | 61186d46bcd074ba990af62849e1b7af082e9277 | |
parent | 41dd5121f07d51588f0b29a1f04024ad158e299f (diff) |
make sure the custom config-*.h files are in the dist as well
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |