X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=877dc11b3e279bab64201d73b97cb9002a50b140;hp=64b6eb1fd9215d2efeac97ffe458080cd9791f7b;hb=4051815230f443ac4b052a4cf0f55a951e3f88c8;hpb=f1599796efed1eb67759cf42f47fe4bf6a9bf93c diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 64b6eb1..877dc11 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -29,14 +29,27 @@ common_libs = \ 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 \ nc-menu.h \ nc-scr.c \ - nc-scr.h + nc-scr.h \ + nc-sysinfo.c \ + nc-sysinfo.h \ + nc-sysinfo-help.c \ + nc-textscreen.c \ + nc-textscreen.h \ + nc-widgets.c \ + nc-widgets.h sbin_PROGRAMS = petitboot-nc @@ -45,7 +58,7 @@ sbin_PROGRAMS += petitboot-ps3-nc endif -petitboot_nc_SOURCES = generic-main.c +petitboot_nc_SOURCES = generic-main.c generic-main-help.c petitboot_nc_LDADD = $(common_libs) petitboot_ps3_nc_SOURCES = ps3-main.c