diff options
author | kent@mysql.com <> | 2006-02-22 20:34:25 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2006-02-22 20:34:25 +0100 |
commit | 5d0187f0ae8081ccfde138e934202d5043543b9a (patch) | |
tree | faadb895bb7dc26c2cab376862c503b237331d71 /plugin | |
parent | 2e82e5aef8d6cf2d967ed81280765fa8e31af983 (diff) | |
download | mariadb-git-5d0187f0ae8081ccfde138e934202d5043543b9a.tar.gz |
Makefile.am:
Change for 'make distcheck'
libmysqld.vcproj:
Typo
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/fulltext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fulltext/Makefile.am b/plugin/fulltext/Makefile.am index 0a3186829da..e5a70a23beb 100644 --- a/plugin/fulltext/Makefile.am +++ b/plugin/fulltext/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES= -I$(top_builddir)/include +INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include noinst_LTLIBRARIES= mypluglib.la mypluglib_la_SOURCES= plugin_example.c mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir) |