diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-04-12 15:11:59 +0000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-06-30 15:29:26 +0800 |
commit | 3752d1949cd3fb15593b2397d6af14b83a4aa6b4 (patch) | |
tree | b146baa5a648da9e9bcd81d8175f7809fa94616f /rules.mk | |
parent | fb613e9e67ae52ba07585845f52d751916cf480a (diff) | |
download | talos-petitboot-3752d1949cd3fb15593b2397d6af14b83a4aa6b4.tar.gz talos-petitboot-3752d1949cd3fb15593b2397d6af14b83a4aa6b4.zip |
Add ncurses UI support
Add helper routines to support ncurses UI programs.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ discover_objs = discover/event.o discover/user-event.o discover/udev.o \ ui_common_objs = ui/common/discover-client.o ui/common/loader.o \ ui/common/ui-system.o ui/common/url.o ncurses_objs = ui/ncurses/nc-scr.o ui/ncurses/nc-menu.o \ - ui/ncurses/nc-ked.o + ui/ncurses/nc-ked.o ui/ncurses/nc-cui.o twin_objs = ui/twin/pb-twin.o # Makefiles |