projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/pb-config: Add config_copy
[petitboot]
/
ui
/
twin
/
Makefile.am
diff --git
a/ui/twin/Makefile.am
b/ui/twin/Makefile.am
index 605e05e3659f1bef3a9193218902c12edd551145..053e73c37512d9ca3fe6417cd8fd3b49da4e262d 100644
(file)
--- a/
ui/twin/Makefile.am
+++ b/
ui/twin/Makefile.am
@@
-15,7
+15,6
@@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(includedir) \
$(DEFAULT_CPPFLAGS) \
$(twin_CFLAGS)
$(DEFAULT_CPPFLAGS) \
$(twin_CFLAGS)
@@
-34,21
+33,29
@@
common_libs = \
noinst_LTLIBRARIES = libpbt.la
noinst_LTLIBRARIES = libpbt.la
-libpbt_la_SOURCES =
+libpbt_la_SOURCES = \
+ pbt-client.c \
+ pbt-client.h \
+ pbt-main.c \
+ pbt-main.h \
+ pbt-menu.c \
+ pbt-menu.h \
+ pbt-scr.c \
+ pbt-scr.h
-bin_PROGRAMS = pb-twin-generic
+sbin_PROGRAMS = petitboot-twin
if ENABLE_PS3
if ENABLE_PS3
-bin_PROGRAMS += pb-twin-ps3
+sbin_PROGRAMS += petitboot-ps3-twin
endif
endif
-p
b_twin_generic_SOURCES =
-p
b_twin_generic
_LDADD = $(common_libs)
+p
etitboot_twin_SOURCES = main-generic.c
+p
etitboot_twin
_LDADD = $(common_libs)
-p
b_twin_ps3_SOURCES =
-p
b_twin_ps3
_LDADD = $(common_libs)
-p
b_twin_ps3
_LDFLAGS = -lps3-utils
+p
etitboot_ps3_twin_SOURCES = main-ps3.c
+p
etitboot_ps3_twin
_LDADD = $(common_libs)
+p
etitboot_ps3_twin
_LDFLAGS = -lps3-utils
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in