summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2015-02-24 01:50:32 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2015-02-24 01:50:32 -0300
commit80f6ab5c9c271d519fba937d9e80dd4ed80f608a (patch)
tree4860cf1514694ba6b804fbaa496d9bb82a68cc8b
parent10d783c4a74eb1bd4d812b1bbdda083703221f18 (diff)
downloadkmod-80f6ab5c9c271d519fba937d9e80dd4ed80f608a.tar.gz
build: add missing files to EXTRA_DIST
Fix make distcheck.
-rw-r--r--Makefile.am30
1 files changed, 23 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index a99a5a2..b09c25f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -252,13 +252,29 @@ check-sysconfdir:
check-am: rootfs check-sysconfdir
-EXTRA_DIST += testsuite/module-playground/Makefile \
- testsuite/module-playground/mod-foo.c \
- testsuite/module-playground/mod-foo-a.c \
- testsuite/module-playground/mod-foo-b.c \
- testsuite/module-playground/mod-foo-c.c \
- testsuite/module-playground/mod-simple.c
-
+EXTRA_DIST += \
+ testsuite/module-playground/dummy.sha1 \
+ testsuite/module-playground/dummy.sha256 \
+ testsuite/module-playground/Makefile \
+ testsuite/module-playground/Makefile.arch \
+ testsuite/module-playground/mod-fake-cciss.c \
+ testsuite/module-playground/mod-fake-hpsa.c \
+ testsuite/module-playground/mod-fake-scsi-mod.c \
+ testsuite/module-playground/mod-foo-a.c \
+ testsuite/module-playground/mod-foo-b.c \
+ testsuite/module-playground/mod-foo.c \
+ testsuite/module-playground/mod-foo-c.c \
+ testsuite/module-playground/mod-loop-a.c \
+ testsuite/module-playground/mod-loop-b.c \
+ testsuite/module-playground/mod-loop-c.c \
+ testsuite/module-playground/mod-loop-d.c \
+ testsuite/module-playground/mod-loop-e.c \
+ testsuite/module-playground/mod-loop.h \
+ testsuite/module-playground/mod-simple.c \
+ testsuite/module-playground/mod-simple-i386.ko \
+ testsuite/module-playground/mod-simple-sparc64.ko \
+ testsuite/module-playground/mod-simple-x86_64.ko \
+ testsuite/module-playground/README
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)