diff options
author | unknown <kent@mysql.com> | 2006-02-22 20:34:25 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-02-22 20:34:25 +0100 |
commit | 3150f7ccab05d8df8014614b1dfa6403c2411dc6 (patch) | |
tree | faadb895bb7dc26c2cab376862c503b237331d71 /storage/csv/Makefile.am | |
parent | 71ffac7e60fad22364e62588408c4456227f33d9 (diff) | |
download | mariadb-git-3150f7ccab05d8df8014614b1dfa6403c2411dc6.tar.gz |
Makefile.am:
Change for 'make distcheck'
libmysqld.vcproj:
Typo
VC++Files/libmysqld/libmysqld.vcproj:
Typo
mysql-test/ndb/Makefile.am:
Change for 'make distcheck'
storage/archive/Makefile.am:
Change for 'make distcheck'
plugin/fulltext/Makefile.am:
Change for 'make distcheck'
storage/csv/Makefile.am:
Change for 'make distcheck'
storage/heap/Makefile.am:
Change for 'make distcheck'
Diffstat (limited to 'storage/csv/Makefile.am')
-rw-r--r-- | storage/csv/Makefile.am | 3 |
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) |