Update REQUIRES line to fix MOZ_TRACK_MODULE_DEPS bustage; the dependency on 'widget' might conceivably be avoidable, however.

git-svn-id: svn://10.0.0.236/trunk@101377 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%netscape.com
2001-08-18 00:39:53 +00:00
parent e971f4e9e1
commit e2fb9a8f10
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsParserModule
SHORT_LIBNAME = gkparser
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache \
intl widget
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libexpat_s.$(LIB_SUFFIX) \

View File

@@ -32,7 +32,8 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsParserModule
SHORT_LIBNAME = gkparser
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache \
intl widget
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libexpat_s.$(LIB_SUFFIX) \