summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-12-20 13:43:40 +0100
committerunknown <lenz@mysql.com>2002-12-20 13:43:40 +0100
commitbaba4b1f2a9ad762100a92bd454d519e2f952d4f (patch)
tree6c7dfaf99c112e348f6a81de0a9227d799c4e13e /sql/Makefile.am
parent9d580589966927569d6b759a3c550d64caa77ddc (diff)
downloadmariadb-git-baba4b1f2a9ad762100a92bd454d519e2f952d4f.tar.gz
- added missing file sql/protocol.h to distribution
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
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 \