From dd363028e45e6505e50208519b5137c750d3bb82 Mon Sep 17 00:00:00 2001
From: BVK Chaitanya <bvk.groups@gmail.com>
Date: Fri, 24 Sep 2010 08:46:15 +0530
Subject: [PATCH] 	* Makefile.util.def (example_unit_test): Add 
 grub-core/gnulib/libgnu.a.

---
 ChangeLog         | 5 +++++
 Makefile.util.def | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d02901863..525b4c6e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-24  BVK Chaitanya  <bvk.groups@gmail.com>
+
+	* Makefile.util.def (example_unit_test): Add
+	grub-core/gnulib/libgnu.a.
+
 2010-09-23  Grégoire Sutre  <gregoire.sutre@gmail.com>
 
 	* grub-core/commands/acpihalt.c (get_sleep_type): Initialize prev.
diff --git a/Makefile.util.def b/Makefile.util.def
index 21314e04a..42165df3d 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -583,6 +583,7 @@ program = {
   common = grub-core/tests/lib/test.c;
   cflags = -Wno-format;
   ldadd = libgrub.a;
+  ldadd = grub-core/gnulib/libgnu.a;
   ldadd = '$(LIBDEVMAPPER)';
 };