diff options
author | unknown <lenz@kallisto.local> | 2003-11-12 12:32:51 +0100 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-11-12 12:32:51 +0100 |
commit | 245cae241c15f3cb1302a42c8f83df2fe72f57ad (patch) | |
tree | 182bc3d694e6344ce319f8fbb10e350364f7290b /sql/Makefile.am | |
parent | d35292fdf1e568e448e097e873459a10d01fa8d7 (diff) | |
download | mariadb-git-245cae241c15f3cb1302a42c8f83df2fe72f57ad.tar.gz |
- added sql_bitmap.h to the source 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 0167124a892..e2ab55da6a2 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -46,7 +46,7 @@ mysqld_LDADD = @MYSQLD_EXTRA_LDFLAGS@ \ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ item_strfunc.h item_timefunc.h item_uniq.h \ item_create.h item_subselect.h item_row.h \ - mysql_priv.h item_geofunc.h \ + mysql_priv.h item_geofunc.h sql_bitmap.h \ procedure.h sql_class.h sql_lex.h sql_list.h \ sql_manager.h sql_map.h sql_string.h unireg.h \ field.h handler.h \ |