aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-01 19:38:06 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-01 19:38:06 +0200
commitd409018c1da52d051bf2e95cd97a73e72cb5accd (patch)
treeae9865b0fe7c57f6553c8a8afc3706142e9595ef /contrib/Makefile.am
parentdd68d665e140970c7d9dfd899fbdd4fefacb54a7 (diff)
downloadgnunet-d409018c1da52d051bf2e95cd97a73e72cb5accd.tar.gz
gnunet-d409018c1da52d051bf2e95cd97a73e72cb5accd.zip
move gnunet-timeout to src/util/, fix issues related to #5375
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 158e43998..eec3300b9 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -5,17 +5,6 @@ tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/
5 5
6tap64dir = $(pkgdatadir)/openvpn-tap32/tapw64/ 6tap64dir = $(pkgdatadir)/openvpn-tap32/tapw64/
7 7
8noinst_PROGRAMS = \
9 timeout_watchdog
10
11if !MINGW
12timeout_watchdog_SOURCES = \
13 timeout_watchdog.c
14else
15timeout_watchdog_SOURCES = \
16 timeout_watchdog_w32.c
17endif
18
19noinst_SCRIPTS = \ 8noinst_SCRIPTS = \
20 scripts/terminate.py \ 9 scripts/terminate.py \
21 scripts/pydiffer.py \ 10 scripts/pydiffer.py \