diff options
author | joerg@trift2. <> | 2007-05-02 17:15:48 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-05-02 17:15:48 +0200 |
commit | 0db7e9c4f1af186dca44fc6ba1716b797df176bd (patch) | |
tree | bebd3598eee184810dfcbc8e452afb570fd2d11d /scripts | |
parent | bb2996f48705b27d57cd2fcfba76af2902d71b73 (diff) | |
parent | 8b0f68331bf626566ac9a50146189ecab8a0b401 (diff) | |
download | mariadb-git-0db7e9c4f1af186dca44fc6ba1716b797df176bd.tar.gz |
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 97691318cc6..cb0658f8756 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -18,7 +18,7 @@ BUILT_SOURCES = mysql_fix_privilege_tables.sql \ mysql_fix_privilege_tables_sql.c -noinst_PROGRAMS = comp_sql +EXTRA_PROGRAMS = comp_sql bin_SCRIPTS = @server_scripts@ \ msql2mysql \ @@ -70,6 +70,8 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \ mysqlaccess.conf \ mysqlbug \ make_win_bin_dist \ + mysql_fix_privilege_tables.sql \ + mysql_fix_privilege_tables_sql.c \ mysql_system_tables_fix.sql \ CMakeLists.txt |