X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=c03bdb7f9b42b0933fff75ebfb83a0ed061d6045;hp=64b6eb1fd9215d2efeac97ffe458080cd9791f7b;hb=445f43743b73fbd63cccba7fa7ae890c907fe6dd;hpb=f1599796efed1eb67759cf42f47fe4bf6a9bf93c diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 64b6eb1..c03bdb7 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -29,6 +29,8 @@ common_libs = \ noinst_LTLIBRARIES = libpbnc.la libpbnc_la_SOURCES = \ + nc-config.c \ + nc-config.h \ nc-cui.c \ nc-cui.h \ nc-boot-editor.c \ @@ -36,7 +38,13 @@ libpbnc_la_SOURCES = \ nc-menu.c \ nc-menu.h \ nc-scr.c \ - nc-scr.h + nc-scr.h \ + nc-sysinfo.c \ + nc-sysinfo.h \ + nc-textscreen.c \ + nc-textscreen.h \ + nc-widgets.c \ + nc-widgets.h sbin_PROGRAMS = petitboot-nc