[lasem/lasem-0-2] build: don't install lasemtest.



commit 6e9c60a27c8371ae2587b707702a0b47f7f39c33
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Apr 25 17:01:04 2010 +0200

    build: don't install lasemtest.

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 82197b8..d67adf3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -198,7 +198,8 @@ lsmenumtypes.h: lsmenumtypes.h.template $(LASEM_HDRS) $(GLIB_MKENUMS)
 lsmenumtypes.c: lsmenumtypes.c.template $(LASEM_HDRS) $(GLIB_MKENUMS)
 	$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template lsmenumtypes.c.template $(liblasem_ LASEM_API_VERSION@_la_HEADERS)) > $@
 
-bin_PROGRAMS = lasemtest lasemrender
+bin_PROGRAMS = lasemrender
+noinst_PROGRAMS = lasemtest
 
 lasemrender_SOURCES = 				\
 	lasemrender.c



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