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
This commit is contained in:
toshok%hungry.com 1999-08-09 22:44:06 +00:00
parent 6ab4830e8e
commit a174d9efe4

View File

@ -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 \