diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-24 17:42:16 +0200 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2007-04-24 17:42:16 +0200 |
commit | 6e7e60776ef73724d252c02c94385865c201cbd7 (patch) | |
tree | 5609792675f5433382b6cb20d69a98279318f607 /sql/Makefile.am | |
parent | 794cc8d9ed880629e92aa9c480dadc401409e7bc (diff) | |
download | mariadb-git-6e7e60776ef73724d252c02c94385865c201cbd7.tar.gz |
Added missing backslash
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 08f5d7c7e78..465e5c843f4 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -49,7 +49,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sql_map.h sql_string.h unireg.h \ sql_error.h field.h handler.h mysqld_suffix.h \ ha_ndbcluster.h ha_ndbcluster_cond.h \ - ha_ndbcluster_binlog.h ha_ndbcluster_tables.h + ha_ndbcluster_binlog.h ha_ndbcluster_tables.h \ ha_partition.h rpl_constants.h \ opt_range.h protocol.h rpl_tblmap.h rpl_utility.h \ log.h sql_show.h rpl_rli.h rpl_mi.h \ |