aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
deleted file mode 100644
index 677b0bb..0000000
--- a/distrib/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-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