diff --git a/webshell/tests/viewer/Makefile b/webshell/tests/viewer/Makefile index e8a093b5d33..b1da14ab7a8 100644 --- a/webshell/tests/viewer/Makefile +++ b/webshell/tests/viewer/Makefile @@ -21,13 +21,13 @@ include $(DEPTH)/config/config.mk CPPSRCS = \ nsBrowserWindow.cpp \ - nsDocLoader.cpp \ nsEditorMode.cpp \ nsEditorInterfaces.cpp \ nsMotifMenu.cpp \ nsSetupRegistry.cpp \ nsUnixMain.cpp \ nsViewerApp.cpp \ + nsWebCrawler.app \ $(NULL) INCLUDES+= -I$(PUBLIC)/raptor -I$(PUBLIC)/xpcom -I$(PUBLIC)/dom \ diff --git a/webshell/tests/viewer/makefile.win b/webshell/tests/viewer/makefile.win index e6bbbf286d3..b600491d740 100644 --- a/webshell/tests/viewer/makefile.win +++ b/webshell/tests/viewer/makefile.win @@ -32,11 +32,11 @@ MISCDEP= \ OBJS = \ .\$(OBJDIR)\nsBrowserWindow.obj \ - .\$(OBJDIR)\nsDocLoader.obj \ .\$(OBJDIR)\nsEditorInterfaces.obj \ .\$(OBJDIR)\nsEditorMode.obj \ .\$(OBJDIR)\nsSetupRegistry.obj \ .\$(OBJDIR)\nsViewerApp.obj \ + .\$(OBJDIR)\nsWebCrawler.obj \ .\$(OBJDIR)\nsWinMain.obj \ .\$(OBJDIR)\JSConsole.obj \ $(NULL)