diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-11 12:58:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-11 12:58:43 +0000 |
commit | 9ca395fdedffa80c490cd9f151d764442197bde9 (patch) | |
tree | a1df9749d0957be16f0543b0056120f015437f75 /ares | |
parent | 68e140b2eb8cf13aa1322ef8474a98820601971e (diff) |
Dirk Manske's fix to install ares_version.h as well
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.in | 1 |
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 |