X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddd401baf17993eeac40c56d6082066777535c78..18bbef07996d903b23d1d769ca16d412cee1d5b2:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index bb793498d3..f60d1421c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -312,13 +312,6 @@ else EXTRA_DIST+=$(GTNETS_SRC) endif -if HAVE_SDP - SDP_SRC= surf/sdp.c -else - SDP_SRC= - EXTRA_DIST+=surf/sdp.c -endif - ### ### Declare the library content ### @@ -328,7 +321,7 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la libsmpi.la libgras_la_SOURCES= $(XBT_SRC) $(GRAS_COMMON_SRC) $(GRAS_RL_SRC) $(AMOK_SRC) libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm -libsimgrid_la_SOURCES = $(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) $(SDP_SRC) \ +libsimgrid_la_SOURCES = $(XBT_SRC) $(SURF_SRC) $(GTNETS_USED) \ $(SIMIX_SRC) $(CTX_SRC) \ $(MSG_SRC) $(SIMDAG_SRC) \ $(GRAS_COMMON_SRC) $(GRAS_SG_SRC) $(AMOK_SRC)