diff --git a/mozilla/layout/xul/base/src/Makefile.in b/mozilla/layout/xul/base/src/Makefile.in index e3f6c69963e..f6eb25abf6e 100644 --- a/mozilla/layout/xul/base/src/Makefile.in +++ b/mozilla/layout/xul/base/src/Makefile.in @@ -48,6 +48,7 @@ CPPSRCS = \ nsTreeCellFrame.cpp \ nsTreeRowFrame.cpp \ nsTreeTwistyListener.cpp \ + nsTreeItemDragCapturer.cpp \ nsSpinnerFrame.cpp \ nsScrollbarFrame.cpp \ nsScrollbarButtonFrame.cpp \ diff --git a/mozilla/layout/xul/base/src/makefile.win b/mozilla/layout/xul/base/src/makefile.win index 03ae05dfe2b..63c8f2c8e9c 100644 --- a/mozilla/layout/xul/base/src/makefile.win +++ b/mozilla/layout/xul/base/src/makefile.win @@ -48,6 +48,7 @@ CPPSRCS= \ nsTreeIndentationFrame.cpp \ nsTreeCellFrame.cpp \ nsTreeTwistyListener.cpp \ + nsTreeItemDragCapturer.cpp \ nsSpinnerFrame.cpp \ nsScrollbarFrame.cpp \ nsScrollbarButtonFrame.cpp \ @@ -84,6 +85,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsTreeIndentationFrame.obj \ .\$(OBJDIR)\nsTreeCellFrame.obj \ .\$(OBJDIR)\nsTreeTwistyListener.obj \ + .\$(OBJDIR)\nsTreeItemDragCapturer.obj \ .\$(OBJDIR)\nsSpinnerFrame.obj \ .\$(OBJDIR)\nsScrollbarFrame.obj \ .\$(OBJDIR)\nsScrollbarButtonFrame.obj \