X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FControls%2FMakefile.am;h=57e9551ce45480153ad3dbcf69a167ddca7155dd;hb=4466dfe1ce1644260fb11df461175e53785fb867;hp=0dd516e946bdda88f5cf355c50054aab1f0674b0;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070;p=modules%2Fsmesh.git diff --git a/src/Controls/Makefile.am b/src/Controls/Makefile.am index 0dd516e94..57e9551ce 100644 --- a/src/Controls/Makefile.am +++ b/src/Controls/Makefile.am @@ -1,7 +1,4 @@ -# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# Copyright (C) 2007-2010 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 @@ -19,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # File : Makefile.in # Author : Patrick GOLDBRONN (CEA) # Modified by : Alexander BORODIN (OCN) - autotools usage @@ -45,6 +43,7 @@ dist_SMESHControls_SOURCES = \ # additionnal information to compil and link file libSMESHControls_la_CPPFLAGS = \ $(CAS_CPPFLAGS) \ + $(VTK_INCLUDES) \ $(BOOST_CPPFLAGS) \ $(KERNEL_CXXFLAGS) \ -I$(srcdir)/../SMDS \ @@ -53,7 +52,7 @@ libSMESHControls_la_CPPFLAGS = \ libSMESHControls_la_LDFLAGS = \ ../SMDS/libSMDS.la \ ../SMESHDS/libSMESHDS.la \ - $(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d + $(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo SMESHControls_CPPFLAGS = \ $(libSMESHControls_la_CPPFLAGS)