Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make room for the new xbt_thread module
[simgrid.git] / src / Makefile.am
index 85939f0..17073f4 100644 (file)
@@ -112,7 +112,7 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la
 COMMON_SRC=\
   \
   xbt/snprintf.c                                                             \
-  xbt/ex.c                                                                   \
+  xbt/ex.c          xbt/xbt_thread.c                                         \
   \
   xbt_modinter.h    gras_modinter.h                                          \
   \
@@ -192,7 +192,7 @@ if HAVE_SDP
 endif
 
 if USE_SIMIX
-  SG_SRC+=simix/smx_global.c \ 
+  SG_SRC+=simix/smx_global.c \
   simix/smx_deployment.c \
   simix/smx_config.c \
   simix/smx_environment.c \