File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020SOURCES = $(wildcard * .cpp)
2121OBJECTS = $(patsubst % .cpp, % .o, $(SOURCES ) )
2222HEADERS = $(wildcard * .hpp)
23- REQUIRES_HTSLIB = htslib_wrapper .o
23+ REQUIRES_HTSLIB = htslib_wrapper_deprecated .o
2424
2525ifndef HAVE_HTSLIB
2626NO_HTSLIB := $(filter-out $(REQUIRES_HTSLIB ) , $(OBJECTS ) )
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
2828zlib_wrapper.cpp dna_four_bit.cpp
2929
3030if ENABLE_HTS
31- libsmithlab_cpp_a_SOURCES += htslib_wrapper .cpp
31+ libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated .cpp
3232endif
3333
3434include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
3535QualityScore.hpp bisulfite_utils.hpp chromosome_utils.hpp \
3636sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
37- htslib_wrapper .hpp dna_four_bit .hpp cigar_utils .hpp
37+ dna_four_bit .hpp cigar_utils .hpp htslib_wrapper_deprecated .hpp
You can’t perform that action at this time.
0 commit comments