Salome HOME
0021684: EDF 2221 : Display the arguments and the name of the operations
[modules/geom.git] / src / GEOMGUI / Makefile.am
index 2ac3a347bbe19be826a3d42ebac69ed17f4ea1c4..213fe3bde48ec62221e89d2284667438348a02dc 100644 (file)
@@ -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 =    \