From 944bccf5409ce2ea8333423416128bb97eb10d6f Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 12 Feb 2012 14:20:04 -0800 Subject: Fixups for 'make dist' Signed-off-by: Geoff Levand --- ui/twin/Makefile.am | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'ui/twin/Makefile.am') diff --git a/ui/twin/Makefile.am b/ui/twin/Makefile.am index 310f1a5..605e05e 100644 --- a/ui/twin/Makefile.am +++ b/ui/twin/Makefile.am @@ -34,15 +34,7 @@ common_libs = \ noinst_LTLIBRARIES = libpbt.la -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 +libpbt_la_SOURCES = bin_PROGRAMS = pb-twin-generic @@ -51,10 +43,10 @@ bin_PROGRAMS += pb-twin-ps3 endif -pb_twin_generic_SOURCES = main-generic.c +pb_twin_generic_SOURCES = pb_twin_generic_LDADD = $(common_libs) -pb_twin_ps3_SOURCES = main-ps3.c +pb_twin_ps3_SOURCES = pb_twin_ps3_LDADD = $(common_libs) pb_twin_ps3_LDFLAGS = -lps3-utils -- cgit v1.2.1