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

git-svn-id: svn://10.0.0.236/trunk@196753 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2006-05-17 02:22:11 +00:00
parent 4c66314379
commit 78893d2e8b

View File

@@ -28,7 +28,27 @@ include $(DEPTH)/config/autoconf.mk
MODULE=inspector
LIBRARY_NAME=inspector_s
REQUIRES=xpcom string dom rdf rdfutil gfx layout content widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler $(PNG_REQUIRES) $(ZLIB_REQUIRES)
REQUIRES = xpcom \
string \
dom \
rdf \
rdfutil \
gfx \
layout \
content \
widget \
locale \
gfx2 \
necko \
docshell \
view \
timer \
imglib2 \
mimetype \
exthandler \
$(PNG_REQUIRES) \
$(ZLIB_REQUIRES) \
$(NULL)
CPPSRCS= \
inDOMDataSource.cpp \