diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-26 08:56:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-26 08:56:04 +0000 |
commit | 98b8c4b0c920467b9a7410cbc4b9ff144016808c (patch) | |
tree | 13f009d5dcb423a6f39c8d1cc9c398e7ae570a56 | |
parent | 01f5f0be5aa534564a61fa3ea976dd72de7d2c0d (diff) |
include config-win32.h in release archives
-rw-r--r-- | ares/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 8718f55c3..3158c6c63 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -11,7 +11,7 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/vc.dsw vc/ahost/ahost.dep \ # adig and ahost are just sample programs and thus not mentioned with the # regular sources and headers EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \ - $(MSVCFILES) AUTHORS + $(MSVCFILES) AUTHORS config-win32.h VER=-version-info 1:0:0 |