commit 0c613e8e8b6ffe26a82a85f2d32ec8414706d1e9 parent 72272b0088e6e2e6b7ee63d14e8b4c335850dc44 Author: sin <sin@2f30.org> Date: Mon, 2 Jun 2014 11:43:27 +0100 Install headers for zlib as well Diffstat:
M | zlib/zlib.mk | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/zlib/zlib.mk b/zlib/zlib.mk @@ -1,5 +1,7 @@ LIB = libz.a INSTALL_LIB = libz.a +INSTALL_OTHER1 = zlib.h zconf.h +INSTALL_OTHER1_DIR = /include LOBJ = `{ls *.c | sed 's/.$/o/'} NPROC = $nprocs