diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-11-20 04:56:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-24 22:22:01 +0100 |
commit | be0d4141af6de8380d24180eab316c898fcb27e1 (patch) | |
tree | 97ec45b8328f9f90619cd67692e74297c37b62f4 /Makefile.am | |
parent | 40c349ada92865faadd0de92fa5dc0d50ba67eb3 (diff) | |
download | curl-be0d4141af6de8380d24180eab316c898fcb27e1.tar.gz |
build: Install zsh completion
Fixes #534
Closes #537
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bdcf4b5f3..397498889 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib src include +SUBDIRS = lib src include scripts DIST_SUBDIRS = $(SUBDIRS) tests packages docs pkgconfigdir = $(libdir)/pkgconfig |