X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1502e5c1de6e2f416c505875c2df7dea6b585c48..f44ac8ea59fc1f2669b5912083fb2d29c2e98002:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 17073f46c3..260faeba19 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/xbt_thread.c \ \ xbt_modinter.h gras_modinter.h \ @@ -151,6 +151,7 @@ COMMON_SRC=\ gras/Virtu/process.c gras/Virtu/gras_module.c RL_SRC= \ + gras/rl_gras.c \ gras/Transport/rl_transport.c \ gras/Transport/transport_plugin_file.c gras/Transport/transport_plugin_tcp.c \ \