* Makefile.util.def: Add forgotten $(LIBINTL) library.

This commit is contained in:
Yves Blusseau 2010-09-19 15:36:34 +02:00
parent 2f4e8053e0
commit c836b030ae
2 changed files with 5 additions and 1 deletions

View file

@ -576,5 +576,5 @@ program = {
common = grub-core/lib/i386/pc/vesa_modes_table.c;
ldadd = libgrub.a;
ldflags = '$(LIBDEVMAPPER)';
ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
};