From: Alessandro Ghedini Date: Sat, 19 Jul 2025 19:04:59 +0000 (+0200) Subject: Enable zsh completion generation X-Git-Tag: archive/raspbian/7.88.1-10+rpi1+deb12u14^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c2addc9f07a73d7d21e1638ed04891dc78cf906b;p=curl.git Enable zsh completion generation Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini Last-Update: 2016-08-03 Gbp-Pq: Name 08_enable-zsh.patch --- diff --git a/Makefile.am b/Makefile.am index ac1ecd99..e51398ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,8 +157,8 @@ CLEANFILES = $(VC10_LIBVCXPROJ) $(VC10_SRCVCXPROJ) $(VC11_LIBVCXPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib src -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs +SUBDIRS = lib src scripts +DIST_SUBDIRS = $(SUBDIRS) tests packages include docs pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc