Skip to content

Commit 37d2d6e

Browse files
adding the new *pps to their appropriate makefile locations
1 parent e3f7eb1 commit 37d2d6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile.am

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ lib_LIBRARIES = libsmithlab_cpp.a
2525
libsmithlab_cpp_a_SOURCES = GenomicRegion.cpp MappedRead.cpp \
2626
OptionParser.cpp QualityScore.cpp bisulfite_utils.cpp \
2727
chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
28-
zlib_wrapper.cpp dna_four_bit.cpp
28+
zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp
2929

3030
if ENABLE_HTS
31-
libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp
31+
libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp sam_record.cpp
3232
endif
3333

3434
include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
3535
QualityScore.hpp bisulfite_utils.hpp chromosome_utils.hpp \
3636
sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
37-
dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp
37+
dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp \
38+
sam_record.hpp

0 commit comments

Comments
 (0)