]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add grub-core/kern/disk_common.c to extra_dist
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sun, 27 Oct 2013 18:47:00 +0000 (22:47 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sun, 27 Oct 2013 18:55:11 +0000 (22:55 +0400)
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def

index 39541adb494ec83d2eb0f1b63ce91db35c0f1d3c..bfa503adf565784cc22a3ef6016c4a8ab60ea7f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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",
index 2c38b53dd76876dfe96bc47d6c6f9dc425e47723..59e3e73b73dbffea90b83c3b618fc72279e4ad28 100644 (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;
index 2fb1cc9447159192b7a1918e9cae93939cb812c3..036113b201d77413b26592e87bbee8ed23dd56ac 100644 (file)
@@ -458,6 +458,7 @@ image = {
 module = {
   name = disk;
   common = lib/disk.c;
+  extra_dist = kern/disk_common.c;
 };
 
 module = {