From: Daniel Stenberg Date: Sun, 27 Mar 2016 22:03:42 +0000 (+0200) Subject: Makefile.am: skip the scripts dir X-Git-Tag: curl-7_49_0~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccfa8407a6742fbd38d0ada40cb8392692a0a805;p=thirdparty%2Fcurl.git Makefile.am: skip the scripts dir Skipping the scripts dir is primarily done for 'make install' so that it does not attempt to install the zsh completion script as we've not yet found a proper way to do/run that at install time. By leaving the script dir's Makefile in place, a user can still opt to run make install manually in there. Closes #620 --- diff --git a/Makefile.am b/Makefile.am index 24a5b14674..a5dc8d3c26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,7 +149,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib src include scripts +SUBDIRS = lib src include DIST_SUBDIRS = $(SUBDIRS) tests packages docs pkgconfigdir = $(libdir)/pkgconfig