From: abv Date: Wed, 7 Jun 2006 07:40:13 +0000 (+0000) Subject: Removing reference to BOOST from makefile of med2.1 wrapper core library X-Git-Tag: V3_2_0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=769bb9c11560008918e7a57dae0483352acd9899;p=modules%2Fmed.git Removing reference to BOOST from makefile of med2.1 wrapper core library --- diff --git a/src/MEDWrapper/V2_1/Core/Makefile.in b/src/MEDWrapper/V2_1/Core/Makefile.in index 8cdceac4b..13e62dbe9 100644 --- a/src/MEDWrapper/V2_1/Core/Makefile.in +++ b/src/MEDWrapper/V2_1/Core/Makefile.in @@ -160,7 +160,7 @@ EXPORT_HEADERS = \ BIN = mdump_V2_1 test1_V2_1 BIN_SRC = -CPPFLAGS+= -D@MACHINE@ $(BOOST_CPPFLAGS) $(HDF5_INCLUDES) +CPPFLAGS+= -D@MACHINE@ $(HDF5_INCLUDES) LDFLAGS+= $(HDF5_LIBS)