summaryrefslogtreecommitdiff
path: root/ext/gd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/Makefile.in')
-rw-r--r--ext/gd/Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/gd/Makefile.in b/ext/gd/Makefile.in
new file mode 100644
index 0000000000..1c24c64eda
--- /dev/null
+++ b/ext/gd/Makefile.in
@@ -0,0 +1,13 @@
+
+DEPTH = ../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libgd.la
+LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c
+LTLIBRARY_SHARED_NAME = gd.la
+LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS)
+
+include $(topsrcdir)/build/ltlib.mk
+