diff options
Diffstat (limited to 'src/test')
-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 ff45517cdf..ca7fde035c 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -27,6 +27,7 @@ test_udev_SOURCES = \ test_udev_LDADD = \ $(top_builddir)/src/libudev/libudev-private.la \ $(top_builddir)/src/udev/libudev-core.la \ + $(BLKID_LIBS) \ $(SELINUX_LIBS) test_udev_CPPFLAGS = \ |