diff options
Diffstat (limited to 'Build/source/libs/gd/Makefile.in')
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index 13b3c3c4fe3..1f417ce037d 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -192,8 +192,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(GD_TREE) INCLUDES = -I$(top_srcdir)/$(GD_TREE) $(ZLIB_INCLUDES) $(LIBPNG_INCLUDES) -@build_TRUE@noinst_LIBRARIES = libgd.a -EXTRA_LIBRARIES = libgd.a +noinst_LIBRARIES = libgd.a nodist_libgd_a_SOURCES = \ $(GD_TREE)/gd.c \ $(GD_TREE)/gd_gd.c \ |