aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/zlib-1.2.3/sources.make
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/zlib-1.2.3/sources.make')
-rw-r--r--distrib/zlib-1.2.3/sources.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/zlib-1.2.3/sources.make b/distrib/zlib-1.2.3/sources.make
new file mode 100644
index 0000000..c15fd78
--- /dev/null
+++ b/distrib/zlib-1.2.3/sources.make
@@ -0,0 +1,4 @@
+# this is included by various Makefiles
+ZLIB_SOURCES := adler32.c compress.c crc32.c deflate.c gzio.c infback.c inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c
+ZLIB_SOURCES := $(ZLIB_SOURCES:%=$(ZLIB_DIR)/%)
+