reduce number of peers
[oweals/gnunet.git] / configure.ac
index 65539f3dafd6fe92ce467b05023329c2bc0f834c..44469156eae169263cf990687b83ee85392c8d7b 100644 (file)
@@ -486,7 +486,7 @@ LIBS=$SAVE_LIBS
 
 # check for python & pexpect (used for some testcases only)
 AC_MSG_CHECKING([for python and pexpect])
-python -c "import pexpect" &> /dev/null
+/usr/bin/python -c "import pexpect" &> /dev/null
 PYEX=$?
 AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0)
 if test $PYEX -eq 0
@@ -645,6 +645,7 @@ m4/Makefile
 po/Makefile.in 
 src/Makefile
 src/arm/Makefile
+src/block/Makefile
 src/core/Makefile
 src/datacache/Makefile
 src/datastore/Makefile
@@ -656,6 +657,7 @@ src/hello/Makefile
 src/include/Makefile
 src/include/gnunet_directories.h
 src/hostlist/Makefile
+src/migration/Makefile
 src/nat/Makefile
 src/nat/libnatpmp/Makefile
 src/nat/miniupnp/Makefile