Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo in my last change aiming at including SIMIX in the tarball regardless on whether...
[simgrid.git] / src / Makefile.am
index e0568a9..03cd7b7 100644 (file)
@@ -205,9 +205,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