diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-08-01 16:19:07 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-08-01 16:20:30 -0400 |
commit | e2f82dc60f6fc7988c258ebb0aa27e112ad3ce04 (patch) | |
tree | ba9c3721109b7bf13d401955137fd5921d43a80b /rules/Makefile.am | |
parent | 69d988e9603e138afef9d44463484cf849e5f1a7 (diff) |
fix build system error introduced in c8cbcb8899eudev/v1.2
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'rules/Makefile.am')
-rw-r--r-- | rules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am index 7d554ac1f9..846c2ab95d 100644 --- a/rules/Makefile.am +++ b/rules/Makefile.am @@ -33,7 +33,7 @@ dist_udevrules_DATA += \ endif if HAVE_MODULES -if HAVE_KMOD +if HAVE_LIBKMOD dist_udevrules_DATA += \ 80-drivers.rules else |