X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb8d38a91260db3685924aa6701998ba4ed16529..20d3d2a3e4b3c6f609df3092e109b84e7e709710:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 934770a59a..b14bdd52dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -160,7 +160,6 @@ SG_SRC= \ xbt/context.c \ \ surf/maxmin.c \ - surf/sdp.c \ surf/trace_mgr.c \ surf/surf.c \ surf/surfxml_parse.c \ @@ -184,6 +183,10 @@ SG_SRC= \ \ gras/Msg/sg_msg.c +if HAVE_SDP + SG_SRC+= surf/sdp.c +endif + AMOK_SRC= \ amok/amok_base.c \ amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \