From 254c2c4233377ba71d0f1c96a77d885c91f9ad4a Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 24 Jul 2014 15:05:39 +1000 Subject: ui/ncurses: Add support for 'add-url' action Creates a menu option to specify a remote conf file url to send to the server for parsing. Signed-off-by: Samuel Mendoza-Jonas Signed-off-by: Jeremy Kerr --- ui/ncurses/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui/ncurses/Makefile.am') diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 06f272f..6112b65 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -53,7 +53,10 @@ libpbnc_la_SOURCES = \ nc-textscreen.c \ nc-textscreen.h \ nc-widgets.c \ - nc-widgets.h + nc-widgets.h \ + nc-add-url.c \ + nc-add-url.h \ + nc-add-url-help.c sbin_PROGRAMS = petitboot-nc -- cgit v1.2.1