From: Lucas De Marchi Date: Sun, 29 Jan 2012 18:09:59 +0000 (-0200) Subject: build-sys: fix make dist X-Git-Tag: v5~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48b8a792dc4140223e65f43542ddd9703efd322;p=thirdparty%2Fkmod.git build-sys: fix make dist --- diff --git a/Makefile.am b/Makefile.am index 53950198..5f22acfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,7 +151,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/stripped_module.h + testsuite/stripped-module.h testsuite_init_module_la_LIBADD = libkmod/libkmod-private.la testsuite-distclean: