File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,16 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
2828zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp
2929
3030if ENABLE_HTS
31- libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp sam_record.cpp
31+ libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp \
32+ htslib_wrapper.cpp sam_record.cpp
3233endif
3334
3435include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
3536QualityScore.hpp bisulfite_utils.hpp chromosome_utils.hpp \
3637sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
37- dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp \
38- sam_record.hpp
38+ dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp sam_record.hpp
39+
40+ if ENABLE_HTS
41+ include_HEADERS += htslib_wrapper.hpp \
42+ htslib_wrapper_deprecated.hpp
43+ endif
You can’t perform that action at this time.
0 commit comments