X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=61ed67e7cf5a5e66090111555179ad0fa9f20bdb;hp=ac4ca4643ce638f2ddee568784385f60258ebe38;hb=350ef03d554a4c8f67e22bdf89fa888554f0b75e;hpb=651940467773d2e679f9210e02f4654fb05cd449 diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index ac4ca46..61ed67e 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 \ @@ -38,7 +40,9 @@ libpbnc_la_SOURCES = \ nc-scr.c \ nc-scr.h \ nc-sysinfo.c \ - nc-sysinfo.h + nc-sysinfo.h \ + nc-widgets.c \ + nc-widgets.h sbin_PROGRAMS = petitboot-nc