update HLLib version in Makefile

This commit is contained in:
Ondřej Hošek 2013-04-02 03:48:40 +02:00
parent 5b2de7e1d8
commit 1627ba2c46
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CXX = g++
AR = ar
RANLIB = ranlib
HLLIB_VERS = 2.4.3
HLLIB_VERS = 2.4.4
LDFLAGS = -shared -Wl,-soname,libhl.so.2
CXXFLAGS = -O2 -g -fpic -funroll-loops -fvisibility=hidden
PREFIX = /usr/local