X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=c03bdb7f9b42b0933fff75ebfb83a0ed061d6045;hp=a341780281b467cd04f2cbaee7483238c8863fc8;hb=445f43743b73fbd63cccba7fa7ae890c907fe6dd;hpb=43e9c8147f74fba794fd280fa0fdb57af8b968f4 diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index a341780..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 \ @@ -39,6 +41,8 @@ libpbnc_la_SOURCES = \ nc-scr.h \ nc-sysinfo.c \ nc-sysinfo.h \ + nc-textscreen.c \ + nc-textscreen.h \ nc-widgets.c \ nc-widgets.h