X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FMakefile.am;h=28537546a779ed23a03ad36a6eeb35ce1b0e1a65;hp=543a86349104d517af079407012199ab996045ff;hb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;hpb=39f36db2191f1778fb392349e3a296c0553489f3 diff --git a/src/SMESHGUI/Makefile.am b/src/SMESHGUI/Makefile.am index 543a86349..28537546a 100644 --- a/src/SMESHGUI/Makefile.am +++ b/src/SMESHGUI/Makefile.am @@ -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 @@ -250,15 +250,18 @@ libSMESH_la_CPPFLAGS = \ $(BOOST_CPPFLAGS) \ $(CORBA_CXXFLAGS) \ $(CORBA_INCLUDES) \ - $(MED2_INCLUDES) \ + $(MED3_INCLUDES) \ $(HDF5_INCLUDES) \ -I$(srcdir)/../OBJECT \ -I$(srcdir)/../SMESHFiltersSelection \ -I$(srcdir)/../SMDS \ + -I$(srcdir)/../SMESHDS \ -I$(srcdir)/../SMESH \ + -I$(srcdir)/../SMESHUtils \ -I$(srcdir)/../SMESH_I \ -I$(srcdir)/../Controls \ -I$(srcdir)/../SMESHClient \ + -I$(top_builddir) \ -I$(top_builddir)/idl libSMESH_la_LDFLAGS = \ @@ -270,7 +273,7 @@ libSMESH_la_LDFLAGS = \ $(GUI_LDFLAGS) -lSalomePrs -lsuit -lSUITApp -lCAM -lstd \ $(GEOM_LDFLAGS) -lGEOMBase -lGEOMFiltersSelection -lGEOMObject \ $(PYTHON_LIBS) - + # resources files nodist_salomeres_DATA= \ SMESH_images.qm \