From: Alessandro Ghedini Date: Thu, 5 Oct 2023 21:26:40 +0000 (+0100) Subject: Enable zsh completion generation X-Git-Tag: archive/raspbian/8.3.0-3+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f713e43c20bd090d863b08e9fa1e4f53620c101d;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 6c780a84..bff1ea08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,8 +158,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