add libraries to link this library against

This commit is contained in:
alecf%netscape.com 1999-03-11 20:27:14 +00:00
Родитель a522cbe947
Коммит 876d444b05
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,15 @@ CPPSRCS = \
nsComposerNameSet.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-ljs \
-lraptorbase \
-lxpcom \
-lxp \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk