зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
98183edb0b
Коммит
fae2f4dec4
|
@ -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 \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче