projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264444f
)
Rename pb-nc-generic to pb-nc
author
Geoff Levand
<geoff@infradead.org>
Wed, 15 Feb 2012 18:52:13 +0000
(10:52 -0800)
committer
Geoff Levand
<geoff@infradead.org>
Wed, 15 Feb 2012 18:52:13 +0000
(10:52 -0800)
Signed-off-by: Geoff Levand <geoff@infradead.org>
ui/ncurses/Makefile.am
patch
|
blob
|
history
diff --git
a/ui/ncurses/Makefile.am
b/ui/ncurses/Makefile.am
index 164d408985e26795930b8b3a41480ce520e21149..f5c3928a26b43077d44cc2ce6b310d472283e1ab 100644
(file)
--- a/
ui/ncurses/Makefile.am
+++ b/
ui/ncurses/Makefile.am
@@
-40,15
+40,15
@@
libpbnc_la_SOURCES = \
nc-scr.c \
nc-scr.h
-bin_PROGRAMS = pb-nc
-generic
+bin_PROGRAMS = pb-nc
if ENABLE_PS3
bin_PROGRAMS += pb-nc-ps3
endif
-pb_nc_
generic_
SOURCES = generic-main.c
-pb_nc_
generic_
LDADD = $(common_libs)
+pb_nc_SOURCES = generic-main.c
+pb_nc_LDADD = $(common_libs)
pb_nc_ps3_SOURCES = ps3-main.c
pb_nc_ps3_LDADD = $(common_libs) $(libdir)/libps3-utils.so