diff options
author | Richard Yao <ryao@gentoo.org> | 2012-11-19 15:09:40 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-23 01:55:23 -0500 |
commit | 135d61df6f66d0c0e67aec62f76ee7f2a409a3ce (patch) | |
tree | 4106807f267d3116b81c1508868f36d2f51f7443 /src/test/Makefile.am | |
parent | 9b996818cb6eacaaecaaa9bae8d0377fa1fdb803 (diff) |
Reintroduce blkid-kmod
This opens the door to using disabling the use of kmod from autotools.
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index ca7fde035c..d50200d821 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -28,6 +28,7 @@ test_udev_LDADD = \ $(top_builddir)/src/libudev/libudev-private.la \ $(top_builddir)/src/udev/libudev-core.la \ $(BLKID_LIBS) \ + $(KMOD_LIBS) \ $(SELINUX_LIBS) test_udev_CPPFLAGS = \ |