Skip to content

Commit

Permalink
fixed Makefile.am to properly set HAVE_GSL
Browse files Browse the repository at this point in the history
  • Loading branch information
terencewtli committed Jul 30, 2020
1 parent 8dafbff commit dbf9c9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ bin_PROGRAMS += to-mr
AM_CPPFLAGS += -DHAVE_HTSLIB
endif

if ENABLE_GSL
AM_CPPFLAGS += -DHAVE_GSL
endif

preseq_SOURCES = \
src/preseq.cpp \
src/continued_fraction.hpp \
Expand Down

0 comments on commit dbf9c9f

Please sign in to comment.