summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-02-22 20:34:25 +0100
committerkent@mysql.com <>2006-02-22 20:34:25 +0100
commit5d0187f0ae8081ccfde138e934202d5043543b9a (patch)
treefaadb895bb7dc26c2cab376862c503b237331d71 /plugin
parent2e82e5aef8d6cf2d967ed81280765fa8e31af983 (diff)
downloadmariadb-git-5d0187f0ae8081ccfde138e934202d5043543b9a.tar.gz
Makefile.am:
Change for 'make distcheck' libmysqld.vcproj: Typo
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fulltext/Makefile.am2
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)