From c7619610b682e733bca5b3204c49405f5fbee911 Mon Sep 17 00:00:00 2001 From: Derek Date: Sat, 18 Sep 2010 16:45:29 -0400 Subject: [PATCH] Missed api/Makefile in last commit. --- src/api/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/Makefile b/src/api/Makefile index c7ca3e8..e8a6228 100644 --- a/src/api/Makefile +++ b/src/api/Makefile @@ -12,6 +12,7 @@ BIN_DIR = ../../bin # define our source and object files # ---------------------------------- SOURCES = BGZF.cpp \ + BamAlignment.cpp \ BamIndex.cpp \ BamReader.cpp \ BamMultiReader.cpp \ -- 2.39.2