X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverMED%2FMakefile.am;h=13ac7d4515efecd0971dcb8c1501b53ffaeb9eef;hb=13b8c96957cd060f6e76f73c9248b941beff0d6d;hp=d7a7812b0be903ab1f728e1ae822cdfbd5cd1e7f;hpb=9a54694a0ab1e5cbc558a35c4606ceea4f7af2ef;p=modules%2Fsmesh.git diff --git a/src/DriverMED/Makefile.am b/src/DriverMED/Makefile.am index d7a7812b0..13ac7d451 100644 --- a/src/DriverMED/Makefile.am +++ b/src/DriverMED/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2013 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 @@ -21,7 +21,7 @@ # Author : Marc Tajchman (CEA) # Modified by : Alexander BORODIN (OCN) - autotools usage # Module : SMESH - +# include $(top_srcdir)/adm_local/unix/make_common_starter.am # header files @@ -72,6 +72,7 @@ MED_Test_LDADD = \ ../Driver/libMeshDriver.la \ ../SMDS/libSMDS.la \ ../SMESHDS/libSMESHDS.la \ + ${BOOST_LIB_SYSTEM} \ $(KERNEL_LDFLAGS) \ -lOpUtil \ -lSALOMELocalTrace \