From 43e9c8147f74fba794fd280fa0fdb57af8b968f4 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 21 Oct 2013 14:09:43 +0800 Subject: 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 --- ui/ncurses/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/ncurses/Makefile.am') 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 -- cgit v1.2.1