From e732a6ab5b9ced4c5e18fe7e7204d2607d46e12c Mon Sep 17 00:00:00 2001 From: Glenn Hickey Date: Wed, 12 Jun 2013 16:12:11 -0700 Subject: [PATCH] fix bug in liftover makefile that didnt notice until doing fresh clone --- liftover/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liftover/Makefile b/liftover/Makefile index ffc652da..81499155 100644 --- a/liftover/Makefile +++ b/liftover/Makefile @@ -6,8 +6,8 @@ libSources=$(subst impl/halLiftoverMain.cpp,,${libSourcesAll}) libHeaders = $(wildcard inc/*.h) libTestSources = $(wildcard tests/*.cpp) libTestHeaders = $(wildcard tests/*.h) -libTestsCommon = ${rootPath}/api/tests/halAlignmentTest.cpp -libTestsCommonHeaders = ${rootPath}/api/tests/halAlignmentTest.h ${rootPath}/api/tests/allTests.h +libTestsCommon = ${rootPath}/api/tests/halAlignmentTest.cpp ${rootPath}/api/tests/halAlignmentInstanceTest.cpp +libTestsCommonHeaders = ${rootPath}/api/tests/halAlignmentTest.h ${rootPath}/api/tests/halAlignmentInstanceTest.h ${rootPath}/api/tests/allTests.h all : ${libPath}/halLiftover.a ${binPath}/halLiftover ${binPath}/halLiftoverTests