aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-14 16:58:46 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-14 16:58:46 -0300
commitfd0d806e409ff56cbed466c5597a8077a057a407 (patch)
treecff5e13cd58e5d1392ffa466624e60b6ccb0c0d8
parentac78e109c37c2d1a075ee75f48cf86edfc516462 (diff)
downloadkmod-fd0d806e409ff56cbed466c5597a8077a057a407.tar.gz
build-sys: add missing header to fix distcheck
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ee27913..570a623 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,7 +153,7 @@ testsuite_path_la_LDFLAGS = $(TESTSUITE_OVERRIDE_LIBS_LDFLAGS)
testsuite_delete_module_la_LDFLAGS = $(TESTSUITE_OVERRIDE_LIBS_LDFLAGS)
testsuite_init_module_la_LDFLAGS = $(TESTSUITE_OVERRIDE_LIBS_LDFLAGS)
testsuite_init_module_la_SOURCES = testsuite/init_module.c \
- testsuite/mkdir.c \
+ testsuite/mkdir.c testsuite/mkdir.h \
testsuite/stripped-module.h
testsuite_init_module_la_LIBADD = libkmod/libkmod-private.la