]> git.proxmox.com Git - grub2.git/commitdiff
add dvh to userspace tools
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 13 May 2011 14:39:02 +0000 (16:39 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 13 May 2011 14:39:02 +0000 (16:39 +0200)
Makefile.util.def

index 058572f065a2f4b49727869324a9dd0a2264fb88..50e60f4765af947b2685290a350181f6e48b6fd6 100644 (file)
@@ -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;