Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate xbt_context_init/exit to the regular module mecanism; free the xbt_binary_n...
[simgrid.git] / src / Makefile.am
index 85939f0..9124ac3 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS= -g
+AM_CFLAGS+= -g 
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
@@ -111,8 +111,8 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la
 
 COMMON_SRC=\
   \
-  xbt/snprintf.c                                                             \
-  xbt/ex.c                                                                   \
+  xbt/snprintf.c    xbt/getline.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 \