diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-09 23:44:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-09 23:44:53 +0200 |
commit | 6afcf82857f67153ffcccd3bda5e072ea31ed469 (patch) | |
tree | b6897f896ca6055b6a51ae60881321f1a135c693 /Makefile.am | |
parent | ccf7a826050fe33aace329b86d77895bdb7dd4c3 (diff) | |
download | curl-6afcf82857f67153ffcccd3bda5e072ea31ed469.tar.gz |
build: include scripts/ in the dist
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 f4ce0b8cb..2986acf69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,7 +150,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config SUBDIRS = lib src include -DIST_SUBDIRS = $(SUBDIRS) tests packages docs +DIST_SUBDIRS = $(SUBDIRS) tests packages docs scripts pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc |