Salome HOME
Mantis issue 0021565: [CEA 557] Opposite of the pipe
[modules/geom.git] / src / GEOM_I / Makefile.am
index 359eed47c81003e43a43214532d6d3edfc969ed8..b5cd511656359773f5bcc0f909ea7885ba03d385 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  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
@@ -15,6 +15,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 #  GEOM GEOM : implementaion of GEOM_Gen.idl
 #  File   : Makefile.in
@@ -75,13 +76,13 @@ libGEOMEngine_la_CPPFLAGS =         \
        $(CAS_CPPFLAGS)                 \
        $(BOOST_CPPFLAGS)               \
        $(KERNEL_CXXFLAGS)              \
-       $(GUI_CXXFLAGS)                 \
        -I$(srcdir)/../SKETCHER         \
        -I$(srcdir)/../ARCHIMEDE        \
        -I$(srcdir)/../GEOMImpl         \
        -I$(srcdir)/../GEOMAlgo         \
        -I$(srcdir)/../GEOM             \
-       -I$(top_builddir)/idl
+       -I$(top_builddir)/idl           \
+       -I$(top_builddir)
 
 
 libGEOMEngine_la_LDFLAGS  =                    \