diff options
author | unknown <lenz@mysql.com> | 2002-12-20 13:43:40 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-12-20 13:43:40 +0100 |
commit | baba4b1f2a9ad762100a92bd454d519e2f952d4f (patch) | |
tree | 6c7dfaf99c112e348f6a81de0a9227d799c4e13e /sql/Makefile.am | |
parent | 9d580589966927569d6b759a3c550d64caa77ddc (diff) | |
download | mariadb-git-baba4b1f2a9ad762100a92bd454d519e2f952d4f.tar.gz |
- added missing file sql/protocol.h to distribution
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 245e4c5d258..c4b641f714b 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -52,7 +52,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ field.h handler.h \ ha_isammrg.h ha_isam.h ha_myisammrg.h\ ha_heap.h ha_myisam.h ha_berkeley.h ha_innodb.h \ - opt_range.h opt_ft.h \ + opt_range.h opt_ft.h protocol.h \ sql_select.h structs.h table.h sql_udf.h hash_filo.h\ lex.h lex_symbol.h sql_acl.h sql_crypt.h \ log_event.h mini_client.h sql_repl.h slave.h \ |