X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2FMakefile.am;h=5371730cc5045cdf18faf643dce272e1c723e6e9;hb=8ed6a06706be8144cf10c1c77d1bf1c61c11b069;hp=50758e9ad08f588406d6f868848111c0f1782e98;hpb=0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9;p=oweals%2Fgnunet.git diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 50758e9ad..5371730cc 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,7 +1,14 @@ +if !MINGW +noinst_PROGRAMS = \ + timeout_watchdog + +timeout_watchdog_SOURCES = \ + timeout_watchdog.c +endif + dist_pkgdata_DATA = \ gnunet-logo-color.png \ - defaults.conf \ - config.scm + defaults.conf EXTRA_DIST = \ coverage.sh \