From: Lucas De Marchi Date: Tue, 9 Jun 2015 05:03:36 +0000 (-0300) Subject: build: add cache to distributed files X-Git-Tag: v21~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1bc8155fe6604298f38a801ace829766591cf1;p=thirdparty%2Fkmod.git build: add cache to distributed files We were missing the cache directory on the distributed files. --- 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 \