X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=39cf597eee2b36284af28ae48a7a713e036be092;hp=64b6eb1fd9215d2efeac97ffe458080cd9791f7b;hb=24a530d0b58f57f151ee6d3df9f747ae98ef759f;hpb=f1599796efed1eb67759cf42f47fe4bf6a9bf93c diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 64b6eb1..39cf597 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ + -DLOCALEDIR='"$(localedir)"' \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ @@ -29,14 +30,28 @@ 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-cui-help.c \ 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 @@ -52,5 +67,6 @@ 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