diff options
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) |