X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=ded3193f21e4ddb9614a503f2dd3abdefb8d5172;hp=c03bdb7f9b42b0933fff75ebfb83a0ed061d6045;hb=a1fb38f17bfa60aac89d0dd21dd8ccc739d794bf;hpb=445f43743b73fbd63cccba7fa7ae890c907fe6dd diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index c03bdb7..ded3193 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -31,16 +31,21 @@ 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-sysinfo.c \ nc-sysinfo.h \ + nc-sysinfo-help.c \ nc-textscreen.c \ nc-textscreen.h \ nc-widgets.c \ @@ -53,12 +58,13 @@ 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 petitboot_ps3_nc_LDADD = $(common_libs) $(libdir)/libps3-utils.so #petitboot_ps3_nc_LDFLAGS = -L$(libdir) -lps3-utils +EXTRA_DIST = ui-guidelines.text MAINTAINERCLEANFILES = Makefile.in