From 1f64bdfa4b4c3177bc6c0b7aba7420acef81488d Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 12 Oct 2008 14:03:48 +0000 Subject: [PATCH] Do not install example programs. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2935 92316355-f0b4-4df1-b90c-862c8a59935f --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index e4cb5dc..70c8b49 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,7 +2,8 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi -bin_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram colorstring +noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ + colorstring edd_SOURCES = edd.c edd_LDADD = ../pipi/libpipi.la