X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2FMakefile.am;h=6d360d2dae91600a060ec501c5e2ac9110f216d5;hp=90b5cbf6f33314733c1ea0a184f59a1b08b2601f;hb=88e363f1dfec49a156c0be4f8368728871401122;hpb=f3015e4c01407dee3fd54273c71a43b56b756d59 diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 90b5cbf..6d360d2 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ @@ -33,8 +32,8 @@ noinst_LTLIBRARIES = libpbnc.la libpbnc_la_SOURCES = \ nc-cui.c \ nc-cui.h \ - nc-ked.c \ - nc-ked.h \ + nc-boot-editor.c \ + nc-boot-editor.h \ nc-menu.c \ nc-menu.h \ nc-scr.c \