From a286422371fc20d207d28042a23333b6d0bd007c Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 23 Jan 2012 16:14:27 +0000 Subject: [PATCH] 0021338: EDF 1926 SMESH: New controls and filters + -I$(srcdir)/../SMESHUtils --- src/Controls/Makefile.am | 4 +++- src/OBJECT/Makefile.am | 1 + src/SMESHGUI/Makefile.am | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.30.2