From 151d9085b438a6c6bb50385c99f3f1969620114b Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Sat, 17 Nov 2012 00:07:04 -0500 Subject: Eliminate blkid-builtin Changes to rules were introduced by 7c2dee4a4d7f1b264031daaee786a8fe429884e1 while builtin-blkid support was introduced in other commits. The removal of systemd resulted in this code causing linker errors. This code adds complexity with no clear benefit, so we remove it. Signed-off-by: Richard Yao --- src/test/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test') diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 9ff6e164cc..e1b33fb0ec 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -15,6 +15,5 @@ test_udev_SOURCES = \ test_udev_LDADD = \ libudev-core.la \ - $(BLKID_LIBS) \ $(SELINUX_LIBS) -- cgit v1.2.3-54-g00ecf