summaryrefslogtreecommitdiff
path: root/plugin/fulltext
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2006-01-04 10:36:49 +0100
committerunknown <serg@serg.mylan>2006-01-04 10:36:49 +0100
commitf61dc3c9d0e3f85669451a464517ab50bd635871 (patch)
tree6b50b0a3eb23eed5ff9c6d15baa6035567eaf858 /plugin/fulltext
parentf062b991536d20b3c559c4b9e43d3f07bba05e8a (diff)
downloadmariadb-git-f61dc3c9d0e3f85669451a464517ab50bd635871.tar.gz
cleanup
include/my_sys.h: sort_dynamic() mysys/my_once.c: MY_ZEROFILL support in my_once_alloc plugin/fulltext/Makefile.am: no lib prefix for modules. really build .so scripts/mysql_create_system_tables.sh: remove obsolete syntax (and warnings) sql/sql_parse.cc: don't call add_to_status/bzero in a loop
Diffstat (limited to 'plugin/fulltext')
-rw-r--r--plugin/fulltext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/fulltext/Makefile.am b/plugin/fulltext/Makefile.am
index 70c207a992f..0a3186829da 100644
--- a/plugin/fulltext/Makefile.am
+++ b/plugin/fulltext/Makefile.am
@@ -1,4 +1,4 @@
INCLUDES= -I$(top_builddir)/include
-noinst_LTLIBRARIES= libmypluglib.la
-libmypluglib_la_SOURCES= plugin_example.c
-libmypluglib_la_LDFLAGS= -module
+noinst_LTLIBRARIES= mypluglib.la
+mypluglib_la_SOURCES= plugin_example.c
+mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)