aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-22 22:51:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-22 22:51:01 +0000
commitabd2775a70688cd609d6978376ac0a8809f18db5 (patch)
treeaa120ffe001d9cef2534bcff50fde189ed65981f /ares/Makefile.am
parent73226415fc51cdfbfa730eae80119411d65dd124 (diff)
Install ares_dns.h too
Diffstat (limited to 'ares/Makefile.am')
-rw-r--r--ares/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am
index 3158c6c63..555089894 100644
--- a/ares/Makefile.am
+++ b/ares/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: