Skip to content

Commit

Permalink
fix bug in liftover makefile that didnt notice until doing fresh clone
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Jun 12, 2013
1 parent f3d6979 commit e732a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liftover/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit e732a6a

Please sign in to comment.