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 | ca324db45364fb0d73f22102a9612e29cf0be512 (patch) | |
tree | 8b63b0913f248e43b12abdc2af63b74e073d4326 | |
parent | 0e07499e96435c59638145ff2fbf72afe6944bb8 (diff) | |
download | c-ares-ca324db45364fb0d73f22102a9612e29cf0be512.tar.gz c-ares-ca324db45364fb0d73f22102a9612e29cf0be512.tar.bz2 c-ares-ca324db45364fb0d73f22102a9612e29cf0be512.zip |
include config-win32.h in release archives
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8718f55..3158c6c 100644 --- a/Makefile.am +++ b/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 |