aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-03 18:32:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-03 18:32:21 +0000
commitd9fcbb7d5a860d27dfab3fee956f4187a0d92401 (patch)
treeb1559b4a6b88bc2731b6ce51f6fb9f6bbc7a9a36 /src/peerinfo-tool
parent32e21c94e921edf3b026f8e94010cd66db32b00c (diff)
downloadgnunet-d9fcbb7d5a860d27dfab3fee956f4187a0d92401.tar.gz
gnunet-d9fcbb7d5a860d27dfab3fee956f4187a0d92401.zip
fixing various dist issues
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 8b74efefb..e6593752d 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -32,7 +32,8 @@ test_gnunet_peerinfo.py: test_gnunet_peerinfo.py.in Makefile
32 $(do_subst) < $(srcdir)/test_gnunet_peerinfo.py.in > test_gnunet_peerinfo.py 32 $(do_subst) < $(srcdir)/test_gnunet_peerinfo.py.in > test_gnunet_peerinfo.py
33 chmod +x test_gnunet_peerinfo.py 33 chmod +x test_gnunet_peerinfo.py
34 34
35EXTRADIST = \ 35EXTRA_DIST = \
36 test_gnunet_peerinfo.py.in 36 test_gnunet_peerinfo.py.in \
37 test_gnunet_peerinfo_data.conf
37 38
38CLEANFILES = $(check_SCRIPTS) 39CLEANFILES = $(check_SCRIPTS)