From 615326fd99b40607ab2bc28e2274e5f61e9928e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Jun 2017 00:16:57 +0200 Subject: dist: add the fuzz dir to the tarball --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3