aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/Makefile
blob: 677b0bbd46b45344c1b142929b7ccf5371bedf47 (plain)
1
2
3
4
5
6
7
8
ZLIB_VERSION   := zlib-1.2.3
LIBPNG_VERSION := libpng-1.2.19

ZLIB_DIR    = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
LIBPNG_DIR := $(SRC_PATH)/distrib/$(LIBPNG_VERSION)

include $(ZLIB_DIR)/Makefile
include $(LIBPNG_DIR)/Makefile