Skip to content

Commit

Permalink
Linking additional standard libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyzov committed Jul 9, 2018
1 parent 6d427fd commit de012f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = v0.3.3
override LIBS += -lz
override LIBS += -lz -lbz2 -lcurl -llzma

ifneq ($(wildcard $(ROOTSYS)/lib/root),)
ROOTLIBS = -L$(ROOTSYS)/lib/root -lCore -lRIO -lHist -lGraf -lGpad -lTree -lMathCore
Expand Down Expand Up @@ -57,7 +57,7 @@ SRCDIR = $(MAINDIR)/src
all: cnvnator

cnvnator: $(OBJS)
$(CXX) -o $@ $(OBJS) $(SAMLIB) $(LIBS) $(ROOTLIBS) -lbz2 -lcurl -llzma
$(CXX) -o $@ $(OBJS) $(SAMLIB) $(LIBS) $(ROOTLIBS)

$(OBJDIR)/%.o: %.cpp
@mkdir -p $(OBJDIR)
Expand Down

0 comments on commit de012f2

Please sign in to comment.