mirror of https://gitee.com/openkylin/curl.git
Enable zsh completion generation
Origin: vendor Forwarded: not-needed Reviewed-by: Alessandro Ghedini <ghedo@debian.org> Last-Update: 2016-08-03 Gbp-Pq: Name 08_enable-zsh.patch
This commit is contained in:
parent
2e08d61d22
commit
ef0e400332
|
@ -178,8 +178,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue