From: ouv Date: Thu, 11 Aug 2005 15:05:54 +0000 (+0000) Subject: Added : X-Git-Tag: BR-D5-38-2003_D2005-12-09~127 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed7bd0994714f53ef2017438180bead04d990cb9;p=modules%2Fvisu.git Added : VisuGUI_Factory.cxx VisuGUI_Module.h VisuGUI_Module.cxx --- diff --git a/src/VISUGUI/Makefile.in b/src/VISUGUI/Makefile.in index 9f3d520e..87601014 100644 --- a/src/VISUGUI/Makefile.in +++ b/src/VISUGUI/Makefile.in @@ -48,6 +48,8 @@ LIB = libVISU.la #LIB_MOC = VisuGUI_SweepPrefDlg.h LIB_SRC = VisuGUI.cxx \ + VisuGUI_Factory.cxx \ + VisuGUI_Module.cxx \ VisuGUI_Selection.cxx \ VisuGUI_Tools.cxx \ VisuGUI_PopupTools.cxx \ @@ -71,6 +73,7 @@ LIB_SRC = VisuGUI.cxx \ VisuGUI_VectorsDlg.cxx LIB_MOC = VisuGUI.h \ + VisuGUI_Module.h \ VisuGUI_Selection.h \ VisuGUI_NameDlg.h \ VisuGUI_FileDlg.h \