From 619e402c27c9b4b8436d6199b6970b0e3f91c450 Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 12 Jan 2004 03:18:56 +0000 Subject: [PATCH] zlib is a standard static lib, provide it git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6026 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/zlib/Jamfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/libs/zlib/Jamfile b/src/libs/zlib/Jamfile index eea04afb8a..de337b935a 100644 --- a/src/libs/zlib/Jamfile +++ b/src/libs/zlib/Jamfile @@ -17,3 +17,19 @@ SharedLibrary z : zutil.c ; +StaticLibrary z : + adler32.c + compress.c + crc32.c + deflate.c + gzio.c + infback.c + inffast.c + inflate.c + inftrees.c + trees.c + uncompr.c + zutil.c +: STATIC_LIBRARY_DIR +; +