Externals - Cleanup, cross-compiler working
[tpg/acess2.git] / Externals / zlib / Makefile
index 01e6c49..7f14e62 100644 (file)
@@ -8,8 +8,8 @@ TARBALL_PATTERN := zlib-*.tar.gz
 TARBALL_TO_DIR_L := %.tar.gz
 TARBALL_TO_DIR_R := %
 PATCHES := 
-CONFIGURE_LINE = CC=$(HOST)-gcc $(SDIR)/configure --static --prefix=$(PREFIX) --eprefix=$(EPREFIX)
+CONFIGURE_LINE = CC=$(HOST)-gcc $(SDIR)/configure --static --prefix=$(PREFIX) --eprefix=$(EPREFIX) --includedir=$(INCLUDE_DIR)
 NOBDIR = yes
 
-include ../common.mk
+include ../common_automake.mk
 

UCC git Repository :: git.ucc.asn.au