Skip to content

Commit 90898da

Browse files
adding htslib_wrapper (non-deprecated) to enable_hts
1 parent 63e3ede commit 90898da

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile.am

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,14 @@ chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
2828
zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp sam_record.cpp
2929

3030
if 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
3332
endif
3433

3534
include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
3635
QualityScore.hpp bisulfite_utils.hpp chromosome_utils.hpp \
3736
sim_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

4039
if ENABLE_HTS
41-
include_HEADERS += htslib_wrapper.hpp \
42-
htslib_wrapper_deprecated.hpp
40+
include_HEADERS += htslib_wrapper.hpp htslib_wrapper_deprecated.hpp
4341
endif

0 commit comments

Comments
 (0)