diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2012-07-10 15:08:22 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-10 15:21:46 -0300 |
commit | 2bc8079d58e9c3c9282fdd5515bca8e921df5b68 (patch) | |
tree | 37d9c16563492df7f21a19036b1f48652487fa9b /Makefile.am | |
parent | 0bdfd14805ca6e217eb6fd43ea0bd31d6a5a0724 (diff) |
Build: Fix make distcheck
plugins/hal.c should not be present in the distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index db8e7aea..f9caeb80 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 |