From c2addc9f07a73d7d21e1638ed04891dc78cf906b Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sat, 19 Jul 2025 21:04:59 +0200 Subject: [PATCH] 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 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2