aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index bb113126e..d3be84d6c 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -67,7 +67,7 @@ test_gnunet_prefix_LDADD = \
67pkghellodir= $(pkgdatadir)/hellos 67pkghellodir= $(pkgdatadir)/hellos
68 68
69install-data-local: 69install-data-local:
70 $(mkinstalldirs) $(DESTDIR)$(pkghellodir) 70 $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
71 @$(NORMAL_INSTALL) 71 @$(NORMAL_INSTALL)
72 for hello in $(srcdir)/hellos/*; do \ 72 for hello in $(srcdir)/hellos/*; do \
73 if test -f $$hello; then \ 73 if test -f $$hello; then \