X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e18916cb45333fc435c326f6eb4c8511775ddd12..c3a022946c0849d8b4ffdb81fae65db33554cf7f:/src/Makefile.am?ds=sidebyside diff --git a/src/Makefile.am b/src/Makefile.am index df20b08665..22642c9baa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS= -g +AM_CFLAGS+= -g #AM_CFLAGS= -DNDEBUG # -DNLOG cuts absolutely all logs at compilation time. @@ -111,7 +111,7 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la COMMON_SRC=\ \ - xbt/snprintf.c \ + xbt/snprintf.c xbt/getline.c \ xbt/ex.c \ \ xbt_modinter.h gras_modinter.h \ @@ -151,6 +151,8 @@ COMMON_SRC=\ gras/Virtu/process.c gras/Virtu/gras_module.c RL_SRC= \ + gras/rl_stubs.c xbt/xbt_thread.c \ + \ gras/Transport/rl_transport.c \ gras/Transport/transport_plugin_file.c gras/Transport/transport_plugin_tcp.c \ \ @@ -161,6 +163,7 @@ RL_SRC= \ gras/Msg/rl_msg.c SG_SRC= \ + gras/sg_stubs.c \ xbt/context.c \ \ surf/maxmin.c \