X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=examples%2Fcomplex%2FMakefile.am;h=4b3edec1c01952de96169df43c57440a778782c7;hb=24dbb5c9d34dff10fded096e4a8c0da8ff6f40d1;hp=664d82f8299541eb68e36327819fc93d5387e597;hpb=7fe04fc7779be8d7aa4759a0abf672ffce18f334;p=ccunit%2Fccunit.git 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