aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
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 \