projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e140b
)
Dirk Manske's fix to install ares_version.h as well
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 11 Feb 2004 12:58:43 +0000
(12:58 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 11 Feb 2004 12:58:43 +0000
(12:58 +0000)
ares/Makefile.in
patch
|
blob
|
history
diff --git
a/ares/Makefile.in
b/ares/Makefile.in
index
e772515
..
bb453cd
100644
(file)
--- 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