Skip to content

Commit dc25e2b

Browse files
removing deprecated directives from Makefile.am
1 parent 88dc4a3 commit dc25e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 htslib_wrapper.cpp
31+
libsmithlab_cpp_a_SOURCES += htslib_wrapper.cpp
3232
endif
3333

3434
include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
@@ -37,5 +37,5 @@ sim_utils.hpp smithlab_os.hpp smithlab_utils.hpp zlib_wrapper.hpp \
3737
dna_four_bit.hpp cigar_utils.hpp sam_record.hpp
3838

3939
if ENABLE_HTS
40-
include_HEADERS += htslib_wrapper.hpp htslib_wrapper_deprecated.hpp
40+
include_HEADERS += htslib_wrapper.hpp
4141
endif

0 commit comments

Comments
 (0)