diff --git a/mozilla/layout/inspector/src/Makefile.in b/mozilla/layout/inspector/src/Makefile.in index 2606d05daee..34879f32b45 100644 --- a/mozilla/layout/inspector/src/Makefile.in +++ b/mozilla/layout/inspector/src/Makefile.in @@ -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 \