]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Makefile.am: skip the scripts dir
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2016 22:03:42 +0000 (00:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2016 22:03:42 +0000 (00:03 +0200)
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

Makefile.am

index 24a5b146744fcc235f927267e4f0db28e224de0e..a5dc8d3c263c67e854345e9922e301984a237c99 100644 (file)
@@ -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