From fc1bc8155fe6604298f38a801ace829766591cf1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 9 Jun 2015 02:03:36 -0300 Subject: [PATCH] build: add cache to distributed files We were missing the cache directory on the distributed files. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a1b66325..50ce1d4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -267,6 +267,7 @@ check-am: rootfs check-sysconfdir EXTRA_DIST += \ + testsuite/module-playground/cache \ testsuite/module-playground/dummy.sha1 \ testsuite/module-playground/dummy.sha256 \ testsuite/module-playground/Makefile \ -- 2.47.3