summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerJeff Burdges <burdges@gnunet.org>2016-08-05 01:52:58 +0200
commit18dc050c703c3b3ef5e0153d655baeb8856b5a6c (patch)
treeee91e39dbc9f8ad68613b701db5f894fe148c74a /scripts/Makefile.am
parentf2cb3a01192d36395d16acec6cdb93446ca6fd45 (diff)
downloadgnurl-18dc050c703c3b3ef5e0153d655baeb8856b5a6c.tar.gz
gnurl-18dc050c703c3b3ef5e0153d655baeb8856b5a6c.tar.bz2
gnurl-18dc050c703c3b3ef5e0153d655baeb8856b5a6c.zip
Patches to rename libcurl to libgnurl by Christiangnurl-7_50_1
Updated for latest curl using git cherry-pick by Jeff and Florian
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 32dc1b9e2..33c01535d 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -31,7 +31,7 @@ if CROSSCOMPILING
@echo "NOTICE: we can't generate zsh completion when cross-compiling!"
else # if not cross-compiling:
@if ! test -x "$(PERL)"; then echo "No perl: can't install zsh.pl"; exit 0; fi
- $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/curl$(EXEEXT) > $@
+ $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/gnurl$(EXEEXT) > $@
endif
install-data-local: