[seed] Turtle: Don't install seed_turtle to bindir.



commit e414914c20d5f1895157799236ec4a4288e625c4
Author: Tim Horton <hortont svn gnome org>
Date:   Sun May 17 18:57:11 2009 -0400

    Turtle: Don't install seed_turtle to bindir.
---
 examples/turtle/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/examples/turtle/Makefile.am b/examples/turtle/Makefile.am
index c946677..c570aee 100644
--- a/examples/turtle/Makefile.am
+++ b/examples/turtle/Makefile.am
@@ -1,7 +1,7 @@
 if BUILD_SEED_EXAMPLES
 if BUILD_TURTLE_EXAMPLE
 
-bin_PROGRAMS = seed_turtle
+noinst_PROGRAMS = seed_turtle
 
 seed_turtle_SOURCES = \
 	turtle.c
@@ -20,3 +20,4 @@ seed_turtle_LDADD = \
 
 endif
 endif
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]