OSDN Git Service

remove unused file.
[ccunit/ccunit.git] / examples / complex / Makefile.am
index 664d82f..4b3edec 100644 (file)
@@ -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