summaryrefslogtreecommitdiff
path: root/ext/zlib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/Makefile.in')
-rw-r--r--ext/zlib/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/zlib/Makefile.in b/ext/zlib/Makefile.in
new file mode 100644
index 0000000000..b860cbce8a
--- /dev/null
+++ b/ext/zlib/Makefile.in
@@ -0,0 +1,10 @@
+
+DEPTH = ../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libzlib.la
+LTLIBRARY_SOURCES = zlib.c
+
+include $(topsrcdir)/build/ltlib.mk