Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
adding -lhts by default to analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Dec 19, 2020
1 parent 234156a commit 060bce5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/analysis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ COMMON_DIR = ../common
INCLUDEDIRS = $(SMITHLAB_CPP) $(COMMON_DIR)
INCLUDEARGS = $(addprefix -I,$(INCLUDEDIRS))

LIBS = -lgsl -lgslcblas -lz

ifdef HAVE_HTSLIB
LIBS += -lhts
endif
LIBS = -lgsl -lgslcblas -lz -lhts

all: $(PROGS)

Expand Down

0 comments on commit 060bce5

Please sign in to comment.