X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=81602987b70139f471843e0e0d35a3e33b6c2c8c;hb=140f5b13c7513b2d594457cc8d7d0cb1a7d844a4;hp=6d360d2dae91600a060ec501c5e2ac9110f216d5;hpb=88e363f1dfec49a156c0be4f8368728871401122;p=petitboot diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 6d360d2..8160298 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -20,24 +20,33 @@ AM_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-cui.c \ nc-cui.h \ nc-boot-editor.c \ nc-boot-editor.h \ + 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-textscreen.c \ + nc-textscreen.h \ + nc-widgets.c \ + nc-widgets.h sbin_PROGRAMS = petitboot-nc