mirror of
https://github.com/curl/curl.git
synced 2026-04-21 07:12:12 +03:00
Dirk Manske's fix to install ares_version.h as well
This commit is contained in:
parent
68e140b2eb
commit
9ca395fded
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue