From: Martin Langhoff <[email protected]> --- deltas/Makefile.am | 2 +- images/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/deltas/Makefile.am b/deltas/Makefile.am index 12d33cc..154f558 100644 --- a/deltas/Makefile.am +++ b/deltas/Makefile.am @@ -5,7 +5,7 @@ dist_noinst_DATA = frames imgdir = $(datadir)/boot-anim dist_img_DATA = deltas -noinst_PROGRAMS = calcdelta +bin_PROGRAMS = calcdelta calcdelta_SOURCES = calcdelta.c ../utils.c calcdelta_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir) diff --git a/images/Makefile.am b/images/Makefile.am index 67d0a5a..21ada3b 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -1,5 +1,7 @@ CLEANFILES = $(noinst_DATA) $(img_DATA) +bin_SCRIPTS=ppmto565.py + imgdir = $(datadir)/boot-anim img_DATA = frame00.565 ul_warning.565 -- 1.6.2.5 _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
