Install ares_dns.h too

This commit is contained in:
Daniel Stenberg
2006-11-22 22:51:01 +00:00
parent 7f7d2ad5c6
commit bc76d02bc3
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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: