diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 18:06:47 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 18:06:47 -0500 |
commit | 79bf63bcff0c397b99626c845406d0b125c015a3 (patch) | |
tree | 0d3debfdd4f2017a2cca1d2c68dfae3e4c1af19c /test/Makefile.am | |
parent | 158c3f34cf25652aeb90ec4a24a6f5c7a5bd8f00 (diff) |
src/udev/udev-builtin-kmod.c: remove the modprobe alt to kmod code
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 01db6d061a..0920e5a9b4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -53,8 +53,9 @@ test_device_nodes_LDADD = \ $(top_builddir)/src/shared/libudev_shared.la \ $(top_builddir)/src/libudev/libudev-private.la -if HAVE_LIBKMOD -test_udev_LDADD += $(KMOD_LIBS) +if HAVE_KMOD +test_udev_LDADD += \ + $(KMOD_LIBS) endif test_udev_CPPFLAGS = \ |