From: Geoff Levand Date: Sun, 12 Feb 2012 22:20:04 +0000 (-0800) Subject: Fixups for 'make dist' X-Git-Tag: v1.0.0~797 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=944bccf5409ce2ea8333423416128bb97eb10d6f;hp=9a75155d6874bcb69a9b1aa3a4890a99792d9138 Fixups for 'make dist' Signed-off-by: Geoff Levand --- diff --git a/man/Makefile.am b/man/Makefile.am index ef17dd5..acba1fa 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -12,4 +12,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -man_MANS = pb-cui.8 pb-discover.8 pb-event.8 petitboot.8 \ No newline at end of file +dist_man_MANS = pb-cui.8 pb-discover.8 pb-event.8 petitboot.8 + +MAINTAINERCLEANFILES = Makefile.in 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 diff --git a/utils/Makefile.am b/utils/Makefile.am index d851f72..02b8f62 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(DEFAULT_CFLAGS) -bin_SCRIPTS = pb-udhcpc +dist_bin_SCRIPTS = pb-udhcpc bin_PROGRAMS = pb-event