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.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/gd/Makefile.in b/ext/gd/Makefile.in
deleted file mode 100644
index c1b73be7fb..0000000000
--- a/ext/gd/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libgd.la
-LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c gdt1.c
-LTLIBRARY_SHARED_NAME = gd.la
-LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk