summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-16 00:16:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-16 00:16:57 +0200
commit615326fd99b40607ab2bc28e2274e5f61e9928e9 (patch)
treefbf33ed5d508f2b8a70825ccd638ba3e25d1505a
parent3a283968f47bcc305217c48a678778abd21a62b3 (diff)
downloadcurl-615326fd99b40607ab2bc28e2274e5f61e9928e9.tar.gz
dist: add the fuzz dir to the tarball
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 52eac3266..94812b708 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,7 +45,7 @@ DIST_UNIT = unit
endif
SUBDIRS = certs data server libtest $(BUILD_UNIT)
-DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
+DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT) fuzz
PERLFLAGS = -I$(srcdir)