- notify clients when a tunnel times out
[oweals/gnunet.git] / contrib / Makefile.am
index 5cef063dde101e907ecc8aa9b8462fc6817b297b..501758369b8775664670cd93f4d3ae0db2ac0cc0 100644 (file)
@@ -13,6 +13,8 @@ timeout_watchdog_SOURCES = \
 endif
 
 noinst_SCRIPTS = \
+ terminate.py \
+ pydiffer.py \
  gnunet_pyexpect.py \
  gnunet_janitor.py
 
@@ -25,11 +27,12 @@ dist_pkgdata_DATA = \
 
 EXTRA_DIST = \
  coverage.sh \
- hostlist.cgi \
- hostlist.php \
  report.sh \
+ terminate.py.in \
  gnunet_pyexpect.py.in \
- gnunet_janitor.py.in
+ gnunet_janitor.py.in \
+ pydiffer.py.in \
+ gnunet-gns-import.sh
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'