We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dc4a3 commit dc25e2bCopy full SHA for dc25e2b
Makefile.am
@@ -28,7 +28,7 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
28
zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp sam_record.cpp
29
30
if ENABLE_HTS
31
-libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp htslib_wrapper.cpp
+libsmithlab_cpp_a_SOURCES += htslib_wrapper.cpp
32
endif
33
34
include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
@@ -37,5 +37,5 @@ sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
37
dna_four_bit.hpp cigar_utils.hpp sam_record.hpp
38
39
40
-include_HEADERS += htslib_wrapper.hpp htslib_wrapper_deprecated.hpp
+include_HEADERS += htslib_wrapper.hpp
41
0 commit comments