commit 06f76dbd4f40a5e91c7f16730af6a79bceb601a8 parent 0c613e8e8b6ffe26a82a85f2d32ec8414706d1e9 Author: sin <sin@2f30.org> Date: Mon, 2 Jun 2014 12:03:35 +0100 Add install target for cares Diffstat:
M | cares/cares.mk | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/cares/cares.mk b/cares/cares.mk @@ -1,6 +1,9 @@ -TARG = cares +LIB = cares +INSTALL_LIB = lib/lib/libcares.a +INSTALL_OTHER1 = ares_build.h ares_dns.h ares.h ares_rules.h ares_version.h +INSTALL_OTHER1_DIR = /include -<$mkbuild/mk.common-noinst +<$mkbuild/mk.common cares:QV: export CPPFLAGS="-D_BSD_SOURCE -D_GNU_SOURCE"