From: Vladimir 'phcoder' Serbinenko Date: Fri, 13 May 2011 14:39:02 +0000 (+0200) Subject: add dvh to userspace tools X-Git-Tag: 2.00~1254^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb25a861086e57e3ab8dbff1f16a5387e5a93d9d;p=thirdparty%2Fgrub.git add dvh to userspace tools --- diff --git a/Makefile.util.def b/Makefile.util.def index 058572f06..50e60f476 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -92,6 +92,7 @@ library = { common = grub-core/partmap/gpt.c; common = grub-core/partmap/msdos.c; common = grub-core/partmap/sun.c; + common = grub-core/partmap/dvh.c; common = grub-core/partmap/sunpc.c; common = grub-core/partmap/bsdlabel.c; common = grub-core/script/function.c;