diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-08 08:46:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-08 08:46:28 +0000 |
commit | 93bb7ef1ea2fbc9f39a42d5479b3626b4e17d37d (patch) | |
tree | fdce87db5941cab4950dae1e0a7c02509d781572 /Makefile.am | |
parent | 5b992f99dcc69ee5a61538c4c9c9f056cecf0f9f (diff) | |
download | c-ares-93bb7ef1ea2fbc9f39a42d5479b3626b4e17d37d.tar.gz c-ares-93bb7ef1ea2fbc9f39a42d5479b3626b4e17d37d.tar.bz2 c-ares-93bb7ef1ea2fbc9f39a42d5479b3626b4e17d37d.zip |
1.4.0 preps
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5550898..36d4a2f 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 config-win32.h + $(MSVCFILES) AUTHORS config-win32.h RELEASE-NOTES VER=-version-info 1:0:0 |