Commit 8b0f6833 authored by joerg@trift2's avatar joerg@trift2

Necessary change for cross-builds: Include "mysql_fix_privilege_tables_sql.c"...

Necessary change for cross-builds:  Include "mysql_fix_privilege_tables_sql.c" in the source tarball.
parent fa32db5f
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
BUILT_SOURCES = mysql_fix_privilege_tables.sql \ BUILT_SOURCES = mysql_fix_privilege_tables.sql \
mysql_fix_privilege_tables_sql.c mysql_fix_privilege_tables_sql.c
noinst_PROGRAMS = comp_sql EXTRA_PROGRAMS = comp_sql
bin_SCRIPTS = @server_scripts@ \ bin_SCRIPTS = @server_scripts@ \
msql2mysql \ msql2mysql \
...@@ -70,6 +70,8 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \ ...@@ -70,6 +70,8 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \
mysqlaccess.conf \ mysqlaccess.conf \
mysqlbug \ mysqlbug \
make_win_bin_dist \ make_win_bin_dist \
mysql_fix_privilege_tables.sql \
mysql_fix_privilege_tables_sql.c \
mysql_system_tables_fix.sql \ mysql_system_tables_fix.sql \
CMakeLists.txt CMakeLists.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment