From 24dbb5c9d34dff10fded096e4a8c0da8ff6f40d1 Mon Sep 17 00:00:00 2001 From: tsutsumi <> Date: Mon, 16 Aug 2010 11:23:25 +0000 Subject: [PATCH] remove unused file. --- 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 664d82f..4b3edec 100644 --- a/examples/complex/Makefile.am +++ b/examples/complex/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -## Copyright (C) 2003 TSUTSUMI Kikuo. +## Copyright (C) 2003, 2010 TSUTSUMI Kikuo. ## This file is part of the CCUnit Library. ## ## The CCUnit Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ check_PROGRAMS = runTestFixture runTestSuite runTestRunner runTest TESTS = runTestFixture runTestSuite runTestRunner runTest libcomplex_a_SOURCES = complex.c complex.h -runTest_SOURCES = runTest.c testComplex.c testComplexMulDiv.c +runTest_SOURCES = runTest.c testComplex.c runTest_LDADD = -lcomplex -lccunit nodist_runTest_SOURCES = suiteComplex.c BUILT_SOURCES = suiteComplex.c -- 2.11.0