diff --git a/ChangeLog b/ChangeLog index d02901863..525b4c6e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-24 BVK Chaitanya + + * Makefile.util.def (example_unit_test): Add + grub-core/gnulib/libgnu.a. + 2010-09-23 Grégoire Sutre * 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)'; };