From: BVK Chaitanya Date: Thu, 19 Aug 2010 10:17:38 +0000 (+0530) Subject: fix example_unit_test build X-Git-Tag: 1.99~647^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7afdce98a64663ff8f07d64c95383ee801d960e1;p=thirdparty%2Fgrub.git fix example_unit_test build --- diff --git a/modules.def b/modules.def index a3de5877d..c7574e928 100644 --- a/modules.def +++ b/modules.def @@ -453,4 +453,5 @@ program = { source = grub-core/tests/lib/test.c; cflags = -Wno-format; ldadd = libgrub.a; + ldflags = '$(LIBDEVMAPPER)'; };