diff options
author | LRN <lrn1986@gmail.com> | 2012-07-12 21:06:27 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2012-07-12 21:06:27 +0000 |
commit | 1ddd74011af93e1e166d9de48542b0a23f1e1405 (patch) | |
tree | aa0550b801e72a39899d2a6340a796ec7417083b /contrib/Makefile.am | |
parent | 4d1707340ffd21eafab733607b03ef3f433b80ef (diff) |
W32: safer process termination
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 0d65393308..aaab287a84 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -13,6 +13,7 @@ timeout_watchdog_SOURCES = \ endif noinst_SCRIPTS = \ + terminate.py \ gnunet_pyexpect.py \ gnunet_janitor.py @@ -28,6 +29,7 @@ EXTRA_DIST = \ hostlist.cgi \ hostlist.php \ report.sh \ + terminate.py.in \ gnunet_pyexpect.py.in \ gnunet_janitor.py.in \ gnunet-gns-import.sh |