diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-12-13 15:20:22 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-01-31 08:46:34 +0800 |
commit | c6dad307d1c305015066e179d392fae695b8cf08 (patch) | |
tree | 917fb665960d3c4c1813926a4692abcc0a931b2a /ui/ncurses/Makefile.am | |
parent | a68cae0b9d1b165eef07011011a163b906e0587c (diff) | |
download | talos-petitboot-c6dad307d1c305015066e179d392fae695b8cf08.tar.gz talos-petitboot-c6dad307d1c305015066e179d392fae695b8cf08.zip |
ui/ncurses: Add help to system configuration screen
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r-- | ui/ncurses/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 3251489..2834f12 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -31,6 +31,7 @@ noinst_LTLIBRARIES = libpbnc.la libpbnc_la_SOURCES = \ nc-config.c \ nc-config.h \ + nc-config-help.c \ nc-cui.c \ nc-cui.h \ nc-boot-editor.c \ |