summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-02-27 14:15:34 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-04-15 14:54:21 +0800
commit6eb39a03bf66d91c37ca5d14dd61a90850a921d3 (patch)
treea416a0ef8fd7c1f6338481eedf3dd04e8236bad3 /ui/ncurses/Makefile.am
parente3ebf4d2ebe3464257655f059ea020565a536643 (diff)
downloadtalos-petitboot-6eb39a03bf66d91c37ca5d14dd61a90850a921d3.tar.gz
talos-petitboot-6eb39a03bf66d91c37ca5d14dd61a90850a921d3.zip
ui/ncurses: ked -> boot-editor
git mv ui/ncurses/nc-ked.c ui/ncurses/nc-boot-editor.c git mv ui/ncurses/nc-ked.h ui/ncurses/nc-boot-editor.h find ui/ncurses -type f | xargs sed -i -e s/nc-ked\./nc-boot-editor./g \ -e s/ked/boot_editor/g Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r--ui/ncurses/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am
index 90b5cbf..3df9105 100644
--- a/ui/ncurses/Makefile.am
+++ b/ui/ncurses/Makefile.am
@@ -33,8 +33,8 @@ noinst_LTLIBRARIES = libpbnc.la
libpbnc_la_SOURCES = \
nc-cui.c \
nc-cui.h \
- nc-ked.c \
- nc-ked.h \
+ nc-boot-editor.c \
+ nc-boot-editor.h \
nc-menu.c \
nc-menu.h \
nc-scr.c \
OpenPOWER on IntegriCloud