new timeout tests for WLAN and bluetooth
[oweals/gnunet.git] / src / statistics / Makefile.am
index fe792127f954da74698ed03f9cf5c16bfc704c06..30d01661d197ef61a2003e8e638b478ffef1ddf4 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
@@ -85,8 +85,10 @@ test_statistics_api_watch_zero_value_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la  
 
+if HAVE_PYTHON
 check_SCRIPTS = \
   test_gnunet_statistics.py
+endif
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'