aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-05-10 23:42:41 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-05-11 01:21:46 -0300
commit9c41596ecc636adb6d05f4da6865452fd549fcec (patch)
tree5b697bee9369e7863e1db230b7795146aefdf2ae
parentcdbcc2481ccb2e63e63492b2c3e8adcbedf407f1 (diff)
downloadkmod-9c41596ecc636adb6d05f4da6865452fd549fcec.tar.gz
build-sys: distribute testsuite
Fix 'make dist'
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd6ac4f..c611604 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -177,6 +177,8 @@ testsuite_test_new_module_CPPFLAGS = $(TESTSUITE_CPPFLAGS)
testsuite_test_modprobe_LDADD = $(TESTSUITE_LDADD)
testsuite_test_modprobe_CPPFLAGS = $(TESTSUITE_CPPFLAGS)
+EXTRA_DIST += testsuite/rootfs
+
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
distclean-local: $(DISTCLEAN_LOCAL_HOOKS)