fix memleak
[oweals/gnunet.git] / contrib / Makefile.am
index 023898b18ae52ac096ab5e789ecb0c08ced49250..501758369b8775664670cd93f4d3ae0db2ac0cc0 100644 (file)
@@ -13,20 +13,26 @@ timeout_watchdog_SOURCES = \
 endif
 
 noinst_SCRIPTS = \
+ terminate.py \
+ pydiffer.py \
  gnunet_pyexpect.py \
  gnunet_janitor.py
 
+bin_SCRIPTS = \
+ gnunet-gns-import.sh
+
 dist_pkgdata_DATA = \
- gnunet-logo-color.png 
+ gnunet-logo-color.png \
+ testing_hostkeys.dat
 
 EXTRA_DIST = \
  coverage.sh \
- hostlist.cgi \
- hostlist.php \
  report.sh \
- testing_hostkeys.dat \
+ 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'