From: Alessandro Ghedini Date: Tue, 6 Feb 2024 20:52:46 +0000 (+0000) Subject: Enable zsh completion generation X-Git-Tag: archive/raspbian/8.8.0-4+rpi1^2^2^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=506b8ff372caa40f3b11b3500d4e624d2bffbb8a;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 b56ca1a1..d2d0b597 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,8 +134,8 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \ 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