Salome HOME
0021338: EDF 1926 SMESH: New controls and filters
authoreap <eap@opencascade.com>
Mon, 23 Jan 2012 16:14:27 +0000 (16:14 +0000)
committereap <eap@opencascade.com>
Mon, 23 Jan 2012 16:14:27 +0000 (16:14 +0000)
+ -I$(srcdir)/../SMESHUtils

src/Controls/Makefile.am
src/OBJECT/Makefile.am
src/SMESHGUI/Makefile.am

index a933bcb5789647ea86b689a7a98dbf3382f4053c..aabdcb093004ad6f5c700793de29576f3001a998 100644 (file)
@@ -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)
 
index 6b38c0ca43dd8974f880bac823579ec2c6423be3..e37e02e9f1b48aeb8a6e6bdb3a648467ccf13806 100644 (file)
@@ -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  = \
index 83c8ceda18181329e6ac37e99cd7fd0888383a24..ba8b05170b02182984c70043386a32f9e5b85f4a 100644 (file)
@@ -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 \