File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,14 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
2828zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp sam_record.cpp
2929
3030if ENABLE_HTS
31- libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp \
32- htslib_wrapper.cpp sam_record.cpp
31+ libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp htslib_wrapper.cpp
3332endif
3433
3534include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
3635QualityScore.hpp bisulfite_utils.hpp chromosome_utils.hpp \
3736sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
38- dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp sam_record.hpp
37+ dna_four_bit.hpp cigar_utils.hpp sam_record.hpp
3938
4039if ENABLE_HTS
41- include_HEADERS += htslib_wrapper.hpp \
42- htslib_wrapper_deprecated.hpp
40+ include_HEADERS += htslib_wrapper.hpp htslib_wrapper_deprecated.hpp
4341endif
You can’t perform that action at this time.
0 commit comments