Salome HOME
Copyrights update 2013
[samples/sierpinsky.git] / src / SierpinskyGUI / Makefile.am
index 56cc6e1a6d1ccde09aa7ce165e40e45fbdf3cfbd..41f10ab6fe95ccd1f358430f6c62abdcaecd517f 100644 (file)
@@ -1,11 +1,29 @@
+# Copyright (C) 2005-2013  OPEN CASCADE
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy 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
+#
+
 ###############################################################
 # File    : Makefile.in
 # Author  : Vadim SANDLER (OCN)
 # Modified by : Alexander BORODIN (OCN) - autotools usage
 # Created : 13/07/05
-# Copyright (C) 2005 Open CASCADE
 ###############################################################
-
+#
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # header files 
@@ -13,7 +31,10 @@ salomeinclude_HEADERS =
        SierpinskyGUI.h \
        SierpinskyGUI_RunDlg.h
 
-PO_FILES = SIERPINSKY_msg_en.po SIERPINSKY_icons.po
+nodist_salomeres_DATA= \
+       SIERPINSKY_icons.qm \
+       SIERPINSKY_msg_en.qm \
+       SIERPINSKY_msg_fr.qm
 
 # Libraries targets
 lib_LTLIBRARIES = libSIERPINSKY.la
@@ -42,9 +63,8 @@ libSIERPINSKY_la_CPPFLAGS = \
        $(CORBA_CXXFLAGS) \
        $(CORBA_INCLUDES) \
        -I$(srcdir)/../Sierpinsky \
-       -I$(top_builddir)/idl \
-       -I$(top_builddir)/salome_adm/unix
-
+       -I$(top_builddir) \
+       -I$(top_builddir)/idl
 
 libSIERPINSKY_la_LDFLAGS  = \
        ../Sierpinsky/libSIERPINSKYEngine.la \