diff options
author | unknown <joerg@mysql.com> | 2005-08-25 21:41:50 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-08-25 21:41:50 +0200 |
commit | b4eed2b65f3a854551c46b51ac615a2c823fc1bb (patch) | |
tree | 379584e137ea2841fc2fd13314db854df3113b82 /sql/Makefile.am | |
parent | bc914a47bbebba96864b59356a6ec4a3f9111f56 (diff) | |
download | mariadb-git-b4eed2b65f3a854551c46b51ac615a2c823fc1bb.tar.gz |
Include the new header file in an appropriate macro.
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index cabb4fee905..4824a75d6fa 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -61,6 +61,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ tztime.h my_decimal.h\ sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h \ parse_file.h sql_view.h sql_trigger.h \ + sql_array.h \ examples/ha_example.h examples/ha_archive.h \ examples/ha_tina.h ha_blackhole.h \ ha_federated.h |