diff options
Diffstat (limited to 'ext/gd/Makefile.in')
-rw-r--r-- | ext/gd/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/gd/Makefile.in b/ext/gd/Makefile.in index 3727f68b28..6cb0424b45 100644 --- a/ext/gd/Makefile.in +++ b/ext/gd/Makefile.in @@ -1,13 +1,8 @@ -DEPTH = ../.. -topsrcdir = @topsrcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - LTLIBRARY_NAME = libgd.la LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c gdt1.c LTLIBRARY_SHARED_NAME = gd.la LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS) -include $(topsrcdir)/build/ltlib.mk +include $(top_srcdir)/build/ltlib.mk |