* Makefile.util.def: Add osdep/init.c to grub-mount files.

This commit is contained in:
Andrey Borzenkov 2013-10-14 15:21:51 +04:00
parent b73249d260
commit f8f3f15559
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-14 Andrey Borzenkov <arvidjaar@gmail.com>
* Makefile.util.def: Add osdep/init.c to grub-mount files.
2013-10-14 Vladimir Serbinenko <phcoder@gmail.com>
Make grub_util_fd_seek match behaviour of other grub_util_fd_* and

View File

@ -267,6 +267,7 @@ program = {
common = util/grub-mount.c;
common = grub-core/kern/emu/hostfs.c;
common = grub-core/disk/host.c;
common = grub-core/osdep/init.c;
ldadd = libgrubmods.a;
ldadd = libgrubgcry.a;