aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-13 09:02:54 +0000
committerNils Gillmann <ng0@n0.is>2018-06-13 09:02:54 +0000
commitd3e47663546fc190fb6bf34674de61cc723e7380 (patch)
tree22e751134b87807d597c6ca5b918cf561fc5d1a9 /contrib
parent787d5e9e1688ccb07f1449614a5286ccb4acf3fd (diff)
downloadgnunet-d3e47663546fc190fb6bf34674de61cc723e7380.tar.gz
gnunet-d3e47663546fc190fb6bf34674de61cc723e7380.zip
fix
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index a3cc081b7..27b1d01bc 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -34,9 +34,6 @@ dist_pkgdata_DATA = \
34 branding/logo/gnunet-logo-color.png \ 34 branding/logo/gnunet-logo-color.png \
35 testing_hostkeys.ecc 35 testing_hostkeys.ecc
36 36
37bin_PROGRAMS = \
38 scripts/gnunet-bugreport
39
40if MINGW 37if MINGW
41tap32_DATA = \ 38tap32_DATA = \
42 3rdparty/Windows/openvpn-tap32/tapw32/tap0901.sys \ 39 3rdparty/Windows/openvpn-tap32/tapw32/tap0901.sys \
@@ -128,6 +125,7 @@ install-data-local:
128 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \ 125 $(INSTALL_DATA) $$hello $(DESTDIR)$(pkghellodir)/ ; \
129 fi \ 126 fi \
130 done 127 done
128 install scripts/gnunet-bugreport $(bindir)/gnunet-bugreport
131 129
132dist-hook: 130dist-hook:
133 if test -d $(srcdir)/hellos; then \ 131 if test -d $(srcdir)/hellos; then \