Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the people page to the navbar
[simgrid.git] / tools / tesh / Makefile.am
index 64523f3..5da3d5c 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = -g
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
 
 bin_PROGRAMS = tesh
 
@@ -14,6 +14,7 @@ TESTS=basic.tesh  cd.tesh \
       catch-return.tesh catch-signal.tesh catch-timeout.tesh \
       catch-wrong-output.tesh \
       bg-basic.tesh bg-set-signal.tesh background.tesh
+EXTRA_DIST=$(TESTS)
 
 $(top_builddir)/src/libsimgrid.la: 
        make -C $(top_builddir)/src libsimgrid.la