X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=877dc11b3e279bab64201d73b97cb9002a50b140;hp=5389ed9b9a9c28e119830a7ccce25dd7597b32ce;hb=4051815230f443ac4b052a4cf0f55a951e3f88c8;hpb=6e46a2e3a2d69e1982ed531ed69def8f9a5e8af1 diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 5389ed9..877dc11 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -31,10 +31,12 @@ 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 \ nc-boot-editor.h \ + nc-boot-editor-help.c \ nc-helpscreen.c \ nc-helpscreen.h \ nc-menu.c \ @@ -43,6 +45,7 @@ libpbnc_la_SOURCES = \ nc-scr.h \ nc-sysinfo.c \ nc-sysinfo.h \ + nc-sysinfo-help.c \ nc-textscreen.c \ nc-textscreen.h \ nc-widgets.c \