summaryrefslogtreecommitdiff
path: root/storage/csv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'storage/csv/Makefile.am')
-rw-r--r--storage/csv/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/csv/Makefile.am b/storage/csv/Makefile.am
index 509cef954ff..5573df720a3 100644
--- a/storage/csv/Makefile.am
+++ b/storage/csv/Makefile.am
@@ -20,7 +20,8 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
MYSQLBASEdir= $(prefix)
MYSQLLIBdir= $(pkglibdir)
-INCLUDES = -I$(top_srcdir)/include \
+INCLUDES = -I$(top_builddir)/include \
+ -I$(top_srcdir)/include \
-I$(top_srcdir)/regex \
-I$(top_srcdir)/sql \
-I$(srcdir)