From bc76d02bc32e35ea544821919e07f22346314f7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Nov 2006 22:51:01 +0000 Subject: [PATCH] Install ares_dns.h too --- CHANGES | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 378a8181..fe2fd6a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* November 22 + +- Install ares_dns.h too + * November 6 - Yang Tse removed a couple of potential zero size memory allocations. diff --git a/Makefile.am b/Makefile.am index 3158c6c6..55508989 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ libcares_la_SOURCES = $(CSOURCES) $(HHEADERS) # where to install the c-ares headers libcares_ladir = $(includedir) # what headers to install on 'make install': -libcares_la_HEADERS = ares.h ares_version.h +libcares_la_HEADERS = ares.h ares_version.h ares_dns.h # Make files named *.dist replace the file without .dist extension dist-hook: