summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-11-17 00:07:04 -0500
committerRichard Yao <ryao@cs.stonybrook.edu>2012-11-17 01:07:22 -0500
commit151d9085b438a6c6bb50385c99f3f1969620114b (patch)
tree87fb21947c510702e71cb6c221c902ac78ccf232 /src/test
parenta91a7609b204ba01037df4ab314dc81c0589c8cb (diff)
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 <ryao@gentoo.org>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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)