From 9162b6c40418782ffbeb8e49aebf1ba4f5344e43 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 8 Sep 1998 14:38:11 +0000 Subject: [PATCH] Added DLL_LDLIBS definition. --- config/CONFIG.Host.UnixCommon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/CONFIG.Host.UnixCommon b/config/CONFIG.Host.UnixCommon index 53f44b33b..0c9943934 100644 --- a/config/CONFIG.Host.UnixCommon +++ b/config/CONFIG.Host.UnixCommon @@ -22,6 +22,8 @@ SHRLIBNAME = lib$(LIBRARY)$(SHRLIB_SUFFIX)$(SHRLIB_VERSION:%=.%) SHRLIB_CFLAGS = $($(ANSI)_SHRLIB_CFLAGS_$(SHARED_LIBRARIES)) SHRLIB_LDFLAGS = $($(ANSI)_SHRLIB_LDFLAGS_$(SHARED_LIBRARIES)) +DLL_LDLIBS = $(PRODNAME_LIBS:%=-l%) $(PROD_LIBS:%=-l%) $(USR_LIBS:%=-l%) + INSTALL_SHRLIB = $(INSTALL_LIB) LINK.shrlib= $(SHRLIB_LINKER) -o $@ $(CFLAGS) $(CPPFLAGS) $(SHRLIB_LDFLAGS) $(LDFLAGS)