diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-28 00:03:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-28 00:03:42 +0200 |
commit | ccfa8407a6742fbd38d0ada40cb8392692a0a805 (patch) | |
tree | 25a53b976d83c3b3ebc0a8bffeb779d351af01e9 /Makefile.am | |
parent | 5a9ea4b18c1de9a67dd45598ebb584523b875e01 (diff) | |
download | curl-ccfa8407a6742fbd38d0ada40cb8392692a0a805.tar.gz |
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
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 24a5b1467..a5dc8d3c2 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 |