From: Alessandro Ghedini Date: Sun, 9 Mar 2025 10:45:45 +0000 (+0000) Subject: Enable zsh completion generation X-Git-Tag: archive/raspbian/7.88.1-10+rpi1+deb12u12^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=14af1421a1b8c2a3403940e473ec83b46606f05e;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