From 2bc8079d58e9c3c9282fdd5515bca8e921df5b68 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Tue, 10 Jul 2012 15:08:22 -0300 Subject: [PATCH] Build: Fix make distcheck plugins/hal.c should not be present in the distribution. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index db8e7aea9..f9caeb805 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,7 +242,7 @@ endif builtin_modules += formfactor builtin_sources += plugins/formfactor.c -EXTRA_DIST += plugins/hal.c plugins/formfactor.c +EXTRA_DIST += plugins/formfactor.c builtin_modules += storage builtin_sources += plugins/storage.c -- 2.47.3