X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHFiltersSelection%2FMakefile.am;h=c2131e8f808c3703497b0037fb64fe2f245119c7;hp=9d5d0ba93215423c227261446952ecd517c2a28d;hb=415771a7d506997008edf6e99d0143ce5bb3a9a2;hpb=32032d4d589003e7cba256e74df85ae370465f30 diff --git a/src/SMESHFiltersSelection/Makefile.am b/src/SMESHFiltersSelection/Makefile.am index 9d5d0ba93..c2131e8f8 100644 --- a/src/SMESHFiltersSelection/Makefile.am +++ b/src/SMESHFiltersSelection/Makefile.am @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # # # @@ -48,14 +48,15 @@ dist_libSMESHFiltersSelection_la_SOURCES = \ # additionnal information to compil and link file libSMESHFiltersSelection_la_CPPFLAGS = \ - $(KERNEL_CXXFLAGS) \ - $(GUI_CXXFLAGS) \ - $(GEOM_CXXFLAGS) \ $(CAS_CPPFLAGS) \ $(QT_INCLUDES) \ $(PYTHON_INCLUDES) \ $(VTK_INCLUDES) \ - ${BOOST_CPPFLAGS} \ + $(KERNEL_CXXFLAGS) \ + $(GUI_CXXFLAGS) \ + $(GEOM_CXXFLAGS) \ + $(MED_CXXFLAGS) \ + $(BOOST_CPPFLAGS) \ $(CORBA_CXXFLAGS) \ $(CORBA_INCLUDES) \ -I$(top_builddir)/idl \