Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Model using the proportional fairness to compute the bandwith achivied
[simgrid.git] / src / Makefile.am
index e0568a9..e9602cf 100644 (file)
@@ -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