summaryrefslogtreecommitdiff
path: root/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
commitbc76d02bc32e35ea544821919e07f22346314f7a (patch)
treed5002abdb04030cee24b9d0be83a836e4ce6b772 /Makefile.am
parent7f7d2ad5c69b1feca96ab68e18a635079d190d0b (diff)
downloadc-ares-bc76d02bc32e35ea544821919e07f22346314f7a.tar.gz
c-ares-bc76d02bc32e35ea544821919e07f22346314f7a.tar.bz2
c-ares-bc76d02bc32e35ea544821919e07f22346314f7a.zip
Install ares_dns.h too
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3158c6c..5550898 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: