Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf

This commit is contained in:
jaggernaut%netscape.com 2005-08-18 11:15:23 +00:00
Родитель 98183edb0b
Коммит fae2f4dec4
1 изменённых файлов: 8 добавлений и 1 удалений

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

@ -31,7 +31,14 @@ LIBRARY_NAME = shistory
EXPORT_LIBRARY = 1 EXPORT_LIBRARY = 1
IS_COMPONENT = 1 IS_COMPONENT = 1
MODULE_NAME = Session_History_Module MODULE_NAME = Session_History_Module
REQUIRES = xpcom string necko dom layout docshell pref REQUIRES = xpcom \
string \
necko \
dom \
layout \
docshell \
pref \
$(NULL)
CPPSRCS = nsSHEntry.cpp \ CPPSRCS = nsSHEntry.cpp \
nsSHTransaction.cpp \ nsSHTransaction.cpp \