Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's start with the library versionning
[simgrid.git] / src / Makefile.am
index e0568a9..27cc0a7 100644 (file)
@@ -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