X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FMakefile.am;h=213fe3bde48ec62221e89d2284667438348a02dc;hb=ed08a2dcc396922ab51eeaaabad9e94a76d04899;hp=2ac3a347bbe19be826a3d42ebac69ed17f4ea1c4;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/Makefile.am b/src/GEOMGUI/Makefile.am index 2ac3a347b..213fe3bde 100644 --- a/src/GEOMGUI/Makefile.am +++ b/src/GEOMGUI/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -35,9 +35,8 @@ salomeinclude_HEADERS = \ GEOM_Displayer.h \ GEOMGUI_OCCSelector.h \ GEOMGUI_Selection.h \ - GeometryGUI_Swig.hxx \ - GeometryGUI_Swig.i \ - GEOM_GEOMGUI.hxx + GEOM_GEOMGUI.hxx \ + GEOMGUI_CreationInfoWdg.h dist_libGEOM_la_SOURCES = \ GeometryGUI.cxx \ @@ -45,9 +44,10 @@ dist_libGEOM_la_SOURCES = \ GEOM_Displayer.cxx \ GEOMGUI_OCCSelector.cxx \ GEOMGUI_Selection.cxx \ - GeometryGUI_Swig.cxx + GEOMGUI_CreationInfoWdg.cxx MOC_FILES = \ + GEOMGUI_CreationInfoWdg_moc.cxx \ GeometryGUI_moc.cxx nodist_libGEOM_la_SOURCES = \