diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2010-06-30 07:45:34 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2010-06-30 07:45:34 +0000 |
commit | a9a97c270e91acd99fe681dd91d35d69663d37ec (patch) | |
tree | e3622069c02e58618ec83fde9fe4732600211648 /contrib | |
parent | 7eb3f3b9b6215819f1a61af96a70d0d8de1c7207 (diff) |
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 43348b309..a92307c2a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,8 +1,10 @@ -noinst_PROGRAMS = \ +if !MINGW +bin_PROGRAMS = \ timeout_watchdog timeout_watchdog_SOURCES = \ timeout_watchdog.c +endif dist_pkgdata_DATA = \ gnunet-logo-color.png \ |