Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile with -g; do not compile by default, but only on make check
[simgrid.git] / examples / ping / Makefile.am
index beb9a1c..8b3f529 100644 (file)
@@ -1,5 +1,5 @@
-INCLUDES= -I$(top_srcdir)/src/include -g
-
+INCLUDES= -I$(top_srcdir)/src/include
+AM_CFLAGS=-g
 TESTS=test_rl test_sg
 EXTRA_DIST=ping_deployment.txt $(TESTS)