aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-07 13:35:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-07 13:35:37 +0000
commit07c599eb6b1725b094b91f29a56c0e726161b16b (patch)
treeacfde0cacdd74b60bfc2502aaa79091bbde70b4d /contrib/Makefile.am
parentcd9516c27a67c6cdf12043a2a8ea7baa036c1b25 (diff)
downloadgnunet-07c599eb6b1725b094b91f29a56c0e726161b16b.tar.gz
gnunet-07c599eb6b1725b094b91f29a56c0e726161b16b.zip
LRN: creating watchdog helper binary for W32
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b10b05b41..023898b18 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,12 +1,15 @@
1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 2
3 3
4if !MINGW
5noinst_PROGRAMS = \ 4noinst_PROGRAMS = \
6 timeout_watchdog 5 timeout_watchdog
7 6
7if !MINGW
8timeout_watchdog_SOURCES = \ 8timeout_watchdog_SOURCES = \
9 timeout_watchdog.c 9 timeout_watchdog.c
10else
11timeout_watchdog_SOURCES = \
12 timeout_watchdog_w32.c
10endif 13endif
11 14
12noinst_SCRIPTS = \ 15noinst_SCRIPTS = \