diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-10-21 14:09:43 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-11-13 17:55:31 +0800 |
commit | 43e9c8147f74fba794fd280fa0fdb57af8b968f4 (patch) | |
tree | 088bf675a173f4cccd37dd5734baef36d91c4dc9 /ui/ncurses/Makefile.am | |
parent | 651940467773d2e679f9210e02f4654fb05cd449 (diff) | |
download | talos-petitboot-43e9c8147f74fba794fd280fa0fdb57af8b968f4.tar.gz talos-petitboot-43e9c8147f74fba794fd280fa0fdb57af8b968f4.zip |
ui/ncurses: Add simple ncurses form widget set
We're doing a lot of the same stuff with forms, and we'll to implement a
lot of fields with the upcoming configuration interface.
This change introduces a simple ncurses widget set.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r-- | ui/ncurses/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index ac4ca46..a341780 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -38,7 +38,9 @@ libpbnc_la_SOURCES = \ nc-scr.c \ nc-scr.h \ nc-sysinfo.c \ - nc-sysinfo.h + nc-sysinfo.h \ + nc-widgets.c \ + nc-widgets.h sbin_PROGRAMS = petitboot-nc |