fix linux startup bustage. reviewed by sspitzer, approved by cyeh.

git-svn-id: svn://10.0.0.236/trunk@41553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com
1999-07-29 19:42:55 +00:00
parent 24830fc232
commit 49af80fb2c
5 changed files with 14 additions and 7 deletions

View File

@@ -44,6 +44,10 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXTRA_DSO_LDOPTS = \
-L$(DIST)/lib \
-lneckoutil_s
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_PLUGIN

View File

@@ -44,6 +44,10 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXTRA_DSO_LDOPTS = \
-L$(DIST)/lib \
-lneckoutil_s
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_PLUGIN

View File

@@ -31,6 +31,7 @@ CPPSRCS = nsRelatedLinksHandler.cpp
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lneckoutil_s \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)

View File

@@ -37,15 +37,10 @@ EXTRA_DSO_LDOPTS = \
-lxpcom \
-lmozreg \
-lmozjs \
-lneckoutil_s \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
ifdef NECKO
SHARED_LIBRARY_LIBS = $(DIST)/lib/libneckoutil_s.a
else
EXTRA_DSO_LDOPTS += -lnetlib
endif
include $(topsrcdir)/config/rules.mk

View File

@@ -65,7 +65,10 @@ CPPSRCS = \
LOCAL_INCLUDES += -I$(srcdir)/../public
EXTRA_DSO_LDOPTS = $(ZLIB_LIBS)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/lib \
$(ZLIB_LIBS) \
-lneckoutil_s
include $(topsrcdir)/config/rules.mk