From f0e991cb570157a368714b1f3f493f4f4b79f7d0 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 20 Jul 2001 08:53:05 +0000 Subject: [PATCH] Add caps to REQUIRES for bug #88087 --- netwerk/protocol/about/src/Makefile.in | 2 +- xpfe/appshell/src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netwerk/protocol/about/src/Makefile.in b/netwerk/protocol/about/src/Makefile.in index 8c6418d0ca42..bc593e45e852 100644 --- a/netwerk/protocol/about/src/Makefile.in +++ b/netwerk/protocol/about/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = necko LIBRARY_NAME = nkabout_s -REQUIRES = xpcom string nkcache +REQUIRES = xpcom string nkcache caps xpconnect js CPPSRCS = \ nsAboutProtocolHandler.cpp \ diff --git a/xpfe/appshell/src/Makefile.in b/xpfe/appshell/src/Makefile.in index f6f4af7a47b9..01b7009b0594 100644 --- a/xpfe/appshell/src/Makefile.in +++ b/xpfe/appshell/src/Makefile.in @@ -32,7 +32,7 @@ MODULE = appshell LIBRARY_NAME = nsappshell EXPORT_LIBRARY = 1 SHORT_LIBNAME = appshell -REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl chrome profile prefmigr xul gfx2 windowwatcher browser mozcomps +REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl chrome profile prefmigr xul gfx2 windowwatcher browser mozcomps caps CPPSRCS = \ nsChromeTreeOwner.cpp \