gnumake4: postmerge fixes in hwp

This commit is contained in:
Bjoern Michaelsen 2011-06-21 13:11:39 +02:00
parent ff2f7926a5
commit 03e6f1338c

View file

@ -43,19 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,hwp,\
$(gb_STDLIBS) \
))
ifeq ($(SYSTEM_ZLIB),YES)
$(eval $(call gb_Library_set_cxxflags,hwp,\
$$(CXXFLAGS) \
-DSYSTEM_ZLIB \
))
$(eval $(call gb_Library_add_linked_libs,hwp,\
z \
))
else
$(eval $(call gb_Library_add_linked_static_libs,hwp,\
zlib \
))
endif
$(call gb_Library_use_external,hwp,zlib)
ifeq ($(OS),WNT)