Commit b770f17d authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Fix library build on mac (prevent handlersocket.so loading failure if it...

Fix library build on mac (prevent handlersocket.so loading failure if it called from build directory)
parent 6c5ceaff
......@@ -8,6 +8,6 @@ inst_HEADERS = allocator.hpp config.hpp mutex.hpp string_util.hpp \
lib_LTLIBRARIES = libhsclient.la
libhsclient_la_SOURCES = config.cpp escape.cpp fatal.cpp hstcpcli.cpp \
socket.cpp string_util.cpp
#libhsclient_la_LDFLAGS = -static
libhsclient_la_LDFLAGS = -static
libhsclient_la_CFLAGS = $(AM_CFLAGS)
libhsclient_la_CXXFLAGS = $(AM_CXXFLAGS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment