From daa5e46a25f0c7e309c5764a79b5371352e685ea Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 27 Oct 2010 16:41:15 +0000 Subject: [PATCH] safey: sorry...please check the file...this makefile does not work if I don't comment the two lines out --- src/monkey/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am index 6563f2d40..b3eae5bfc 100644 --- a/src/monkey/Makefile.am +++ b/src/monkey/Makefile.am @@ -74,11 +74,11 @@ endif check_SCRIPTS = \ #test_gnunet_monkey.sh \ - test_monkey_npe.sh + #test_monkey_npe.sh -EXTRA_DIST = \ - #test_gnunet_monkey_data.conf \ - $(check_SCRIPTS) +#EXTRA_DIST = \ + #$(check_SCRIPTS) + #test_gnunet_monkey_data.conf \ endif endif -- 2.25.1