From ed7bd0994714f53ef2017438180bead04d990cb9 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 11 Aug 2005 15:05:54 +0000 Subject: [PATCH] Added : VisuGUI_Factory.cxx VisuGUI_Module.h VisuGUI_Module.cxx --- src/VISUGUI/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.39.2