diff options
author | serg@serg.mylan <> | 2006-01-04 10:36:49 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2006-01-04 10:36:49 +0100 |
commit | 8241a5a8e89af766c43024c4920a1b5102948aed (patch) | |
tree | 6b50b0a3eb23eed5ff9c6d15baa6035567eaf858 /plugin | |
parent | 533b18c8f9eab8a6bb6cc5c605aa6014fdd2c52c (diff) | |
download | mariadb-git-8241a5a8e89af766c43024c4920a1b5102948aed.tar.gz |
cleanup
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/fulltext/Makefile.am | 6 |
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) |