Skip to content

Commit 79cdb61

Browse files
Adding the deprecated versions of htslib_wrapper code to Makefile and Makefile.am
1 parent b5c7c30 commit 79cdb61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SOURCES = $(wildcard *.cpp)
2121
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
2222
HEADERS = $(wildcard *.hpp)
23-
REQUIRES_HTSLIB = htslib_wrapper.o
23+
REQUIRES_HTSLIB = htslib_wrapper_deprecated.o
2424

2525
ifndef HAVE_HTSLIB
2626
NO_HTSLIB := $(filter-out $(REQUIRES_HTSLIB), $(OBJECTS))

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
2828
zlib_wrapper.cpp dna_four_bit.cpp
2929

3030
if ENABLE_HTS
31-
libsmithlab_cpp_a_SOURCES += htslib_wrapper.cpp
31+
libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.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-
htslib_wrapper.hpp dna_four_bit.hpp cigar_utils.hpp
37+
dna_four_bit.hpp cigar_utils.hpp htslib_wrapper_deprecated.hpp

0 commit comments

Comments
 (0)