From 79bf63bcff0c397b99626c845406d0b125c015a3 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 11 Feb 2015 18:06:47 -0500 Subject: src/udev/udev-builtin-kmod.c: remove the modprobe alt to kmod code --- test/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') 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 = \ -- cgit v1.2.3-54-g00ecf