Bug #192718. mozilla-xremote-client links against xpcom when it doesn't need to. r=dougt, a=dbaron

This commit is contained in:
blizzard%redhat.com 2003-02-13 18:57:03 +00:00
parent 1fa1add016
commit 1853e2d568

View File

@ -54,7 +54,7 @@ PROGOBJS = mozilla-xremote-client.$(OBJ_SUFFIX) \
$(NULL)
LIBS = \
$(XPCOM_LIBS) $(NSPR_LIBS) \
$(NSPR_LIBS) \
$(XLDFLAGS) $(XLIBS)
include $(topsrcdir)/config/rules.mk