mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
bcee6652c6
mysql-test/mysql-test-run.pl: Directories added for mac to lybrary search paths. plugin/handler_socket/libhsclient/Makefile.am: Static build of library removed.
12 lines
553 B
Makefile
12 lines
553 B
Makefile
CXXFLAGS += -fimplicit-templates
|
|
instdir = $(includedir)/handlersocket
|
|
# TODO: these headers should be in dena/
|
|
inst_HEADERS = allocator.hpp config.hpp mutex.hpp string_util.hpp \
|
|
auto_addrinfo.hpp escape.hpp socket.hpp thread.hpp auto_file.hpp \
|
|
fatal.hpp string_buffer.hpp util.hpp auto_ptrcontainer.hpp \
|
|
hstcpcli.hpp string_ref.hpp
|
|
lib_LTLIBRARIES = libhsclient.la
|
|
libhsclient_la_SOURCES = config.cpp escape.cpp fatal.cpp hstcpcli.cpp \
|
|
socket.cpp string_util.cpp
|
|
libhsclient_la_CFLAGS = $(AM_CFLAGS)
|
|
libhsclient_la_CXXFLAGS = $(AM_CXXFLAGS)
|