From: Alessandro Ghedini Date: Sat, 17 Aug 2024 17:06:29 +0000 (-0300) Subject: Enable zsh completion generation X-Git-Tag: archive/raspbian/7.88.1-10+rpi1+deb12u7^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=959634b9bcc36312eab344bd139b060a09723b7f;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