aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-11 12:58:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-11 12:58:43 +0000
commit9ca395fdedffa80c490cd9f151d764442197bde9 (patch)
treea1df9749d0957be16f0543b0056120f015437f75
parent68e140b2eb8cf13aa1322ef8474a98820601971e (diff)
Dirk Manske's fix to install ares_version.h as well
-rw-r--r--ares/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/Makefile.in b/ares/Makefile.in
index e7725156a..bb453cd47 100644
--- a/ares/Makefile.in
+++ b/ares/Makefile.in
@@ -57,6 +57,7 @@ install:
${RANLIB} ${DESTDIR}${libdir}/$(LIB)
chmod u-w ${DESTDIR}${libdir}/$(LIB)
${INSTALL} -m 444 ${srcdir}/ares.h ${DESTDIR}${includedir}
+ ${INSTALL} -m 444 ${srcdir}/ares_version.h ${DESTDIR}${includedir}
${INSTALL} -m 444 ${srcdir}/ares_destroy.3 ${DESTDIR}${mandir}/man3
${INSTALL} -m 444 ${srcdir}/ares_expand_name.3 ${DESTDIR}${mandir}/man3
${INSTALL} -m 444 ${srcdir}/ares_fds.3 ${DESTDIR}${mandir}/man3