diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-06-09 02:03:36 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-06-09 02:03:36 -0300 |
commit | fc1bc8155fe6604298f38a801ace829766591cf1 (patch) | |
tree | 4bd951e78b2e6cff592b6125b483975540a9f5a6 /Makefile.am | |
parent | 681c623e71e733e25e71e309012cb2d14a9fd1d0 (diff) | |
download | kmod-fc1bc8155fe6604298f38a801ace829766591cf1.tar.gz kmod-fc1bc8155fe6604298f38a801ace829766591cf1.tar.bz2 kmod-fc1bc8155fe6604298f38a801ace829766591cf1.zip |
build: add cache to distributed files
We were missing the cache directory on the distributed files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a1b6632..50ce1d4 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 \ |