Salome HOME
http://www.salome-platform.org/forum/forum_10/508123838#632325403 : Extrude3D doesn...
[modules/smesh.git] / src / Controls / Makefile.am
index a933bcb5789647ea86b689a7a98dbf3382f4053c..ea7904a61283431c9950adb06083fc84d3668ac4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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)