From: Daniel Stenberg Date: Thu, 15 Jun 2017 22:16:57 +0000 (+0200) Subject: dist: add the fuzz dir to the tarball X-Git-Tag: curl-7_55_0~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=615326fd99b40607ab2bc28e2274e5f61e9928e9;p=thirdparty%2Fcurl.git dist: add the fuzz dir to the tarball --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 52eac32668..94812b708c 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)