distrib/zlib-1.2.8: Build as static libraries.

This small patches adds specific static library module
declarations for our zlib sources. This will be used later
as dependencies for the test programs of additional third-party
libraries like libsparse.

Change-Id: I45164dc067ea165aa78d091fbae8572297a386d8
diff --git a/Makefile.target b/Makefile.target
index 0feb1e7..229190c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -299,7 +299,8 @@
     emulator-libqemu \
     emulator-target-$(EMULATOR_TARGET_CPU) \
     emulator-libelff \
-    emulator-common
+    emulator-common \
+    emulator-zlib
 
 common_LOCAL_LDLIBS += \
     $(EMULATOR_COMMON_LDLIBS) \
@@ -363,7 +364,9 @@
     emulator-libjpeg \
     emulator-libelff \
     emulator-common \
+    emulator-zlib \
     $(SDL_STATIC_LIBRARIES)
+
 LOCAL_LDLIBS += $(common_LOCAL_LDLIBS)
 LOCAL_LDFLAGS += $(common_LOCAL_LDFLAGS)
 LOCAL_CFLAGS += $(common_LOCAL_CFLAGS)
@@ -398,7 +401,9 @@
     emulator64-libjpeg \
     emulator64-libelff \
     emulator64-common \
+    emulator64-zlib \
     $(SDL_STATIC_LIBRARIES_64)
+
 LOCAL_LDLIBS += $(common_LOCAL_LDLIBS)
 LOCAL_CFLAGS += $(common_LOCAL_CFLAGS)
 LOCAL_SRC_FILES += $(common_LOCAL_SRC_FILES)