X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=06f272f5624faed7bf3587089217974a1662dd03;hp=3251489fbb335f018610b915ac57fb47df585590;hb=9330aba60a05a8d9889dab42bc92b9ebbc55941b;hpb=a68cae0b9d1b165eef07011011a163b906e0587c;ds=sidebyside diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 3251489..06f272f 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 = \ @@ -31,12 +32,17 @@ 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-lang.c \ + nc-lang.h \ nc-menu.c \ nc-menu.h \ nc-scr.c \ @@ -56,12 +62,13 @@ sbin_PROGRAMS += petitboot-ps3-nc endif -petitboot_nc_SOURCES = generic-main.c generic-main-help.c +petitboot_nc_SOURCES = generic-main.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