X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18d1659df58e95d66cee33e0db2515afe2727241..20caf382b20af687ee1ba042b68bb87df38e8fdf:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index e0568a9b36..27cc0a74b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,7 +83,7 @@ endif # | Set to zero if current is incremented # +- Increment if interfaces have been added, removed or changed -VERSION_INFO= -version-info 0:0:0 +VERSION_INFO= -version-info 1:0:0 # from `info libtool "Updating version info"` # and `info libtool "Release numbers"` # @@ -168,6 +168,7 @@ SG_SRC= \ xbt/context.c \ \ surf/maxmin.c \ + surf/lagrange.c \ surf/trace_mgr.c \ surf/surf.c \ surf/surfxml_parse.c \ @@ -205,9 +206,9 @@ SIMIX_SRC= \ simix/smx_action.c \ simix/smx_synchro.c if USE_SIMIX - SG_SRC+=SIMIX_SRC + SG_SRC+=$(SIMIX_SRC) else - EXTRA_DIST+=SIMIX_SRC + EXTRA_DIST+=$(SIMIX_SRC) endif