mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 04:50:26 +00:00
* Makefile.util.def (libgrubmods.a): Add grub-core/io/lzopio.c to
common.
This commit is contained in:
parent
00b98c9b2e
commit
ec543969bf
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-23 Szymon Janc <szymon@janc.net.pl>
|
||||||
|
|
||||||
|
* Makefile.util.def (libgrubmods.a): Add grub-core/io/lzopio.c to
|
||||||
|
common.
|
||||||
|
|
||||||
2011-08-22 Szymon Janc <szymon@janc.net.pl>
|
2011-08-22 Szymon Janc <szymon@janc.net.pl>
|
||||||
|
|
||||||
* include/grub/file.h (grub_file_filter_id): Set
|
* include/grub/file.h (grub_file_filter_id): Set
|
||||||
|
@ -109,6 +109,7 @@ library = {
|
|||||||
common = grub-core/script/script.c;
|
common = grub-core/script/script.c;
|
||||||
common = grub-core/script/argv.c;
|
common = grub-core/script/argv.c;
|
||||||
common = grub-core/io/gzio.c;
|
common = grub-core/io/gzio.c;
|
||||||
|
common = grub-core/io/lzopio.c;
|
||||||
common = grub-core/kern/ia64/dl_helper.c;
|
common = grub-core/kern/ia64/dl_helper.c;
|
||||||
common = grub-core/lib/minilzo/minilzo.c;
|
common = grub-core/lib/minilzo/minilzo.c;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user