636.1.17
by jan at mysql
moved the plugings to ${libdir}/mysql-proxy/plugins/ and |
1 |
plugindir = ${pkglibdir}/plugins/ |
2 |
||
3 |
plugin_LTLIBRARIES = libproxy.la |
|
636.1.4
by jan at mysql
fixed typo that caused libtool to create version'ed libs for our modules |
4 |
libproxy_la_LDFLAGS = -export-dynamic -no-undefined -avoid-version -dynamic |
559
by Kay Roepke
add back autotools support |
5 |
libproxy_la_SOURCES = proxy-plugin.c |
6 |
libproxy_la_LIBADD = $(EVENT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) $(top_builddir)/src/libmysql-proxy.la |
|
7 |
libproxy_la_CPPFLAGS = $(MYSQL_CFLAGS) $(GLIB_CFLAGS) $(LUA_CFLAGS) $(GMODULE_CFLAGS) -I$(top_srcdir)/src/ |
|
8 |
noinst_HEADERS = proxy-plugin.h |
|
9 |
||
714
by Kay Roepke
add CMakeLists.txt to EXTRA_DIST |
10 |
EXTRA_DIST=CMakeLists.txt |
559
by Kay Roepke
add back autotools support |
11 |