diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-16 00:16:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-16 00:16:57 +0200 |
commit | 615326fd99b40607ab2bc28e2274e5f61e9928e9 (patch) | |
tree | fbf33ed5d508f2b8a70825ccd638ba3e25d1505a /tests | |
parent | 3a283968f47bcc305217c48a678778abd21a62b3 (diff) |
dist: add the fuzz dir to the tarball
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
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) |