* util/grub-render-label.c: Move backend part to ...

* util/render-label.c: ... here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 02:34:18 +02:00
parent d0a116ee5a
commit 44d1c20a13
5 changed files with 244 additions and 157 deletions

View file

@ -961,6 +961,7 @@ program = {
mansection = 1;
common = util/grub-render-label.c;
common = util/render-label.c;
common = grub-core/kern/emu/argp_common.c;
common = grub-core/kern/emu/hostfs.c;
common = grub-core/disk/host.c;