[PATCH 1/2] Install calcdelta and ppm565.py

martin.langhoff at gmail.com martin.langhoff at gmail.com
Thu Mar 17 13:25:43 EDT 2011


From: Martin Langhoff <martin at laptop.org>

---
 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




More information about the Devel mailing list