Salome HOME
Porting documentation on the Doxygen-1.8.0
[modules/smesh.git] / src / Controls / Makefile.am
index c2144d5412f183d5bf33fa72bbcd928a1f12b878..aabdcb093004ad6f5c700793de29576f3001a998 100644 (file)
@@ -46,12 +46,15 @@ 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 \
-       $(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo
+       ../SMESHUtils/libSMESHUtils.la \
+       $(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \
+       $(VTK_LIBS)
 
 SMESHControls_CPPFLAGS = \
        $(libSMESHControls_la_CPPFLAGS)