From: eap Date: Mon, 23 Jan 2012 16:14:27 +0000 (+0000) Subject: 0021338: EDF 1926 SMESH: New controls and filters X-Git-Tag: V6_5_0a1~188 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=a286422371fc20d207d28042a23333b6d0bd007c;ds=sidebyside 0021338: EDF 1926 SMESH: New controls and filters + -I$(srcdir)/../SMESHUtils --- diff --git a/src/Controls/Makefile.am b/src/Controls/Makefile.am index a933bcb57..aabdcb093 100644 --- a/src/Controls/Makefile.am +++ b/src/Controls/Makefile.am @@ -46,11 +46,13 @@ libSMESHControls_la_CPPFLAGS = \ $(BOOST_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ -I$(srcdir)/../SMDS \ - -I$(srcdir)/../SMESHDS + -I$(srcdir)/../SMESHDS \ + -I$(srcdir)/../SMESHUtils libSMESHControls_la_LDFLAGS = \ ../SMDS/libSMDS.la \ ../SMESHDS/libSMESHDS.la \ + ../SMESHUtils/libSMESHUtils.la \ $(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \ $(VTK_LIBS) diff --git a/src/OBJECT/Makefile.am b/src/OBJECT/Makefile.am index 6b38c0ca4..e37e02e9f 100644 --- a/src/OBJECT/Makefile.am +++ b/src/OBJECT/Makefile.am @@ -74,6 +74,7 @@ libSMESHObject_la_CPPFLAGS = \ -I$(srcdir)/../DriverMED \ -I$(srcdir)/../SMESH \ -I$(srcdir)/../SMESHClient \ + -I$(srcdir)/../SMESHUtils \ -I$(top_builddir)/idl libSMESHObject_la_LDFLAGS = \ diff --git a/src/SMESHGUI/Makefile.am b/src/SMESHGUI/Makefile.am index 83c8ceda1..ba8b05170 100644 --- a/src/SMESHGUI/Makefile.am +++ b/src/SMESHGUI/Makefile.am @@ -257,6 +257,7 @@ libSMESH_la_CPPFLAGS = \ -I$(srcdir)/../SMDS \ -I$(srcdir)/../SMESHDS \ -I$(srcdir)/../SMESH \ + -I$(srcdir)/../SMESHUtils \ -I$(srcdir)/../SMESH_I \ -I$(srcdir)/../Controls \ -I$(srcdir)/../SMESHClient \