From 56b9502dc258cb403fa84df8a818aa17c199caf6 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 7 Dec 2000 01:35:04 +0000 Subject: [PATCH] Add pref to the requires list. git-svn-id: svn://10.0.0.236/trunk@83347 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/components/ucth/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/components/ucth/src/Makefile.in b/mozilla/xpfe/components/ucth/src/Makefile.in index b82d92e1b82..128d74b86cf 100644 --- a/mozilla/xpfe/components/ucth/src/Makefile.in +++ b/mozilla/xpfe/components/ucth/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = mozucth LIBRARY_NAME = mozucth IS_COMPONENT = 1 -REQUIRES = xpcom appshell dom js necko widget layout intl locale exthandler +REQUIRES = xpcom appshell dom js necko widget layout intl locale exthandler pref CPPSRCS = nsUnknownContentTypeHandler.cpp