* Makefile.util.def (libgrubmods.a): Add grub-core/io/lzopio.c to
common.
This commit is contained in:
parent
00b98c9b2e
commit
ec543969bf
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* include/grub/file.h (grub_file_filter_id): Set
|
||||
|
|
|
@ -109,6 +109,7 @@ library = {
|
|||
common = grub-core/script/script.c;
|
||||
common = grub-core/script/argv.c;
|
||||
common = grub-core/io/gzio.c;
|
||||
common = grub-core/io/lzopio.c;
|
||||
common = grub-core/kern/ia64/dl_helper.c;
|
||||
common = grub-core/lib/minilzo/minilzo.c;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue