From a174d9efe4e8df7c37d03eedba1ea6686bc61321 Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Mon, 9 Aug 1999 22:44:06 +0000 Subject: [PATCH] if we're doing OJI, we need both -ljsj and -loji git-svn-id: svn://10.0.0.236/trunk@42834 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index f91837805e2..ce0d41b5199 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -64,6 +64,10 @@ ifndef TOOLKIT_EXORCISM UN_EXORCISED_TK_FLAGS=$(TK_LIBS) endif +ifdef MOZ_OJI +OJI_LIBS=-loji -ljsj +endif + LIBS += \ $(UN_EXORCISED_WIDGET_FLAGS) \ -lraptorgfx \ @@ -78,7 +82,7 @@ LIBS += \ -ljsurl \ -lsecfree \ -lmozjs \ - $(JSJ_LIB) \ + $(OJI_LIBS) \ -lpref \ -limg \ -lmozutil \