From d2068384a99dc807766e087129b9ea493d3bdf4f Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Tue, 14 Oct 2003 15:42:25 +0000 Subject: [PATCH] don't install example library --- examples/complex/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/complex/Makefile.am b/examples/complex/Makefile.am index 5e3cde8..664d82f 100644 --- a/examples/complex/Makefile.am +++ b/examples/complex/Makefile.am @@ -19,7 +19,7 @@ # $Id$ -lib_LIBRARIES = libcomplex.a +noinst_LIBRARIES = libcomplex.a check_PROGRAMS = runTestFixture runTestSuite runTestRunner runTest TESTS = runTestFixture runTestSuite runTestRunner runTest @@ -48,7 +48,7 @@ EXTRA_DIST= CLEANFILES=*~ .*~ ./\#*\# *.log suiteComplex.c -MAKESUITE=$(top_srcdir)/src/tools/ccunit_makeSuite +MAKESUITE=PATH="$(top_srcdir)/src/tools:$$PATH" ccunit_makeSuite suiteComplex.c: testComplex.c $(MAKESUITE) -f complex_suite -o $@ testComplex.c -- 2.11.0