Add grub-core/kern/disk_common.c to extra_dist

This commit is contained in:
Andrey Borzenkov 2013-10-27 22:47:00 +04:00
parent c430e00b80
commit e11cb7268e
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2013-10-14 Andrey Borzenkov <arvidjaar@gmail.com>
* Makefile.util.def: Add grub-core/kern/disk_common.c to library
extra_dist.
* grub-core/Makefile.core.def: Add kern/disk_common.c to disk module
extra_dist.
2013-10-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/bsd.c (grub_cmd_openbsd): Accept "sd", "cd",

View File

@ -15,6 +15,7 @@ library = {
common = grub-core/osdep/getroot.c;
common = grub-core/osdep/devmapper/getroot.c;
common = grub-core/osdep/relpath.c;
extra_dist = grub-core/kern/disk_common.c;
extra_dist = grub-core/osdep/unix/relpath.c;
extra_dist = grub-core/osdep/aros/relpath.c;
extra_dist = grub-core/osdep/windows/relpath.c;

View File

@ -458,6 +458,7 @@ image = {
module = {
name = disk;
common = lib/disk.c;
extra_dist = kern/disk_common.c;
};
module = {