diff options
author | Marc Alff <marc.alff@sun.com> | 2009-11-30 17:49:15 -0700 |
---|---|---|
committer | Marc Alff <marc.alff@sun.com> | 2009-11-30 17:49:15 -0700 |
commit | f2d67abbc0fe05d0b97a63127ffc7f85c892cf98 (patch) | |
tree | 60c7ded488b2fdc27e6b1d0de6f621cf4503e7dd /Makefile.am | |
parent | 3c11750e363da6e1017d5bc86e9e7e03b2c4e101 (diff) | |
download | mariadb-git-f2d67abbc0fe05d0b97a63127ffc7f85c892cf98.tar.gz |
WL#2360 Performance schema
Part 1: Instrumentation interface
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index c208b5b6df1..fd55ec099fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -269,11 +269,12 @@ test-full-qa: # API_PREPROCESSOR_HEADER = $(top_srcdir)/include/mysql/plugin.h \ - $(top_srcdir)/include/mysql.h + $(top_srcdir)/include/mysql.h \ + $(top_srcdir)/include/mysql/psi/psi_abi_v1.h \ + $(top_srcdir)/include/mysql/psi/psi_abi_v2.h -TEST_PREPROCESSOR_HEADER = $(top_srcdir)/include/mysql/plugin.h \ - $(top_srcdir)/sql/mysql_priv.h \ - $(top_srcdir)/include/mysql.h +TEST_PREPROCESSOR_HEADER = $(API_PREPROCESSOR_HEADER) \ + $(top_srcdir)/sql/mysql_priv.h # # Rules for checking that the abi/api has not changed. |