aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
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 = \