Salome HOME
Merge from BR_V5_DEV 16Feb09
[plugins/netgenplugin.git] / src / GUI / Makefile.am
index 6bedb75cf8d1d28708acd1ff147d85ab2ddd4690..a2f52dceeea514c1f7628c9624a3d722f8b6135e 100644 (file)
@@ -1,5 +1,7 @@
-#  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
+#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 #
 #  This library is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
 #  License along with this library; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #  File   : Makefile.in
 #  Author : Michael Sazonov
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : NETGENPLUGIN
 #  $Header$
-
+#
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # header files 
@@ -33,10 +35,15 @@ lib_LTLIBRARIES = libNETGENPluginGUI.la
 
 dist_libNETGENPluginGUI_la_SOURCES = \
        NETGENPluginGUI.cxx \
-       NETGENPluginGUI_HypothesisCreator.cxx
+       NETGENPluginGUI.h \
+       NETGENPluginGUI_HypothesisCreator.h \
+       NETGENPluginGUI_HypothesisCreator.cxx \
+       NETGENPluginGUI_SimpleCreator.h \
+       NETGENPluginGUI_SimpleCreator.cxx
 
 MOC_FILES = \
-       NETGENPluginGUI_HypothesisCreator_moc.cxx
+       NETGENPluginGUI_HypothesisCreator_moc.cxx \
+       NETGENPluginGUI_SimpleCreator_moc.cxx
 
 nodist_libNETGENPluginGUI_la_SOURCES= \
        $(MOC_FILES)