]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fix example_unit_test build
authorBVK Chaitanya <bvk@dbook>
Thu, 19 Aug 2010 10:17:38 +0000 (15:47 +0530)
committerBVK Chaitanya <bvk@dbook>
Thu, 19 Aug 2010 10:17:38 +0000 (15:47 +0530)
modules.def

index a3de5877d8ec5b97b54cac1896de0a121d5e6d24..c7574e928fd4c78ed15e22a5f874529ed9ba8c1e 100644 (file)
@@ -453,4 +453,5 @@ program = {
   source = grub-core/tests/lib/test.c;
   cflags = -Wno-format;
   ldadd = libgrub.a;
+  ldflags = '$(LIBDEVMAPPER)';
 };