Fix distcheck failure:
make[5]: *** No rule to make target
'/home/runner/work/kmod/kmod/build/kmod-32/_build/sub/testsuite/module-playground/mod-weakdep.o',
needed by
'/home/runner/work/kmod/kmod/build/kmod-32/_build/sub/testsuite/module-playground/'.
Stop.
Signed-off-by: Lucas De Marchi <[email protected]>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 4b67ee2..847c8d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,6 +221,7 @@ EXTRA_DIST += \
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/mod-weakdep.c \
testsuite/module-playground/README
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)
--
2.45.2