From 4c920d1da658ca6b40b2d888015bf5b832f221b0 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 9 Oct 1999 16:50:14 +0000 Subject: [PATCH] Remove redundant library declaration. All libtool libraries are referenced through DEPENDENCIES now. --- Makefile.am | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index da26074fbf..7644862c3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,22 +15,16 @@ libphp4_la_SOURCES = \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \ strlcat.c -libphp4_la_LIBADD = \ - libzend/libzend.la \ - sapi/$(PHP_SAPI)/libphpsapi_$(PHP_SAPI).la \ - $(REGEX_LIB) \ - $(EXT_LTLIBS) \ - $(TSRM_LIB) \ - $(EXTRA_LIBS) - -libphp4_la_LDFLAGS = $(BUILDLDFLAGS) $(PHP_RPATHS) - libphp4_la_DEPENDENCIES = \ libzend/libzend.la \ sapi/$(PHP_SAPI)/libphpsapi_$(PHP_SAPI).la \ $(REGEX_LIB) \ $(EXT_LTLIBS) \ $(TSRM_LIB) + +libphp4_la_LIBADD = $(libphp4_la_DEPENDENCIES) $(EXTRA_LIBS) + +libphp4_la_LDFLAGS = $(BUILDLDFLAGS) $(PHP_RPATHS) configuration-parser.h configuration-parser.c: configuration-parser.y $(YACC) -p cfg -v -d $< -o configuration-parser.c -- 2.40.0