X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=39cf597eee2b36284af28ae48a7a713e036be092;hp=90b5cbf6f33314733c1ea0a184f59a1b08b2601f;hb=e596e8e66b014161116c207daa8d42cff849bfd2;hpb=f3015e4c01407dee3fd54273c71a43b56b756d59 diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 90b5cbf..39cf597 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,30 +15,43 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ + -DLOCALEDIR='"$(localedir)"' \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ $(DEFAULT_CFLAGS) -AM_LDFLAGS = -lmenu -lform -lncurses - common_libs = \ libpbnc.la \ $(top_builddir)/ui/common/libpbui.la \ - $(top_builddir)/lib/libpbcore.la + $(top_builddir)/lib/libpbcore.la \ + @MENU_LIB@ @FORM_LIB@ @CURSES_LIB@ noinst_LTLIBRARIES = libpbnc.la libpbnc_la_SOURCES = \ + nc-config.c \ + nc-config.h \ + nc-config-help.c \ nc-cui.c \ nc-cui.h \ - nc-ked.c \ - nc-ked.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 @@ -54,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