Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / StdMeshers / Makefile.in
index a53d53fd2f84d92a7eeee18efe6b417c8c4dbe1c..b2a3fa7ffa09e058efda73214d40e980a9589044 100644 (file)
@@ -16,7 +16,7 @@
 #  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.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -92,19 +92,19 @@ BIN_SRC =
 CPPFLAGS+= \
        $(OCC_INCLUDES) \
        $(BOOST_CPPFLAGS) \
-       -I${KERNEL_ROOT_DIR}/include/salome
+       $(KERNEL_CXXFLAGS)
 
 CXXFLAGS+= \
        $(OCC_CXXFLAGS) \
-       -I${KERNEL_ROOT_DIR}/include/salome \
-       -I${GEOM_ROOT_DIR}/include/salome
+       $(KERNEL_CXXFLAGS) \
+       $(GEOM_CXXFLAGS)
 
 LDFLAGS+= \
        -lSMESHimpl \
        -lMEFISTO2D \
        $(OCC_LDPATH) \
        -lTKAdvTools \
-       -L${KERNEL_ROOT_DIR}/lib/salome \
-       -L${GEOM_ROOT_DIR}/lib/salome
+       $(KERNEL_LDFLAGS) \
+       $(GEOM_LDFLAGS)
 
 @CONCLUDE@