Fix grub-emu compilation

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-27 22:36:09 +01:00
parent dc71441293
commit 13d1f24696
2 changed files with 9 additions and 8 deletions

View file

@ -28,6 +28,7 @@ grub_emu_SOURCES = commands/minicmd.c commands/cat.c commands/cmp.c \
normal/completion.c normal/main.c normal/color.c \
normal/menu.c normal/menu_entry.c normal/menu_viewer.c \
normal/menu_text.c normal/crypto.c normal/term.c \
commands/terminal.c lib/charset.c \
script/main.c script/execute.c script/function.c \
script/lexer.c script/script.c grub_script.tab.c \
partmap/amiga.c partmap/apple.c partmap/msdos.c partmap/sun.c \