diff options
author | monty@narttu.mysql.fi <> | 2003-06-05 00:12:45 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-06-05 00:12:45 +0300 |
commit | dad0664579410c9e2b4d2a310becec239f8ae8a8 (patch) | |
tree | 824e127f68404d3fbe881d6619e34ad389d21202 /scripts/Makefile.am | |
parent | 94b570daf93528798e84f2544bfef353fa53257c (diff) | |
parent | f5bb1e0907a6fdfe30990d5e58a387abcdb98e7c (diff) | |
download | mariadb-git-dad0664579410c9e2b4d2a310becec239f8ae8a8.tar.gz |
merge with public tree
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1134226bfaf..29cfad11220 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -63,6 +63,8 @@ EXTRA_DIST = $(EXTRA_SCRIPTS) \ mysqlaccess.conf \ mysqlbug +pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql + # mysqlbug should be distributed built so that people can report build # failures with it. CLEANFILES = @server_scripts@ \ |