diff options
author | unknown <serg@janus.mylan> | 2007-03-17 11:19:21 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-03-17 11:19:21 +0100 |
commit | 6bb4208084654c0e7c1218ff1d70cb6298514ab8 (patch) | |
tree | 6effc10c6e2c7c4062e262d6136455e78ab3d4b4 /support-files | |
parent | 9128a807d87f56bc55719034c1f1d248f2231798 (diff) | |
download | mariadb-git-6bb4208084654c0e7c1218ff1d70cb6298514ab8.tar.gz |
dbug/dbug.c: unused variable removed
include/config-win.h: SIZEOF_INT
include/my_global.h: win64 fix
support-files/Makefile.am: automake magic
dbug/dbug.c:
unused variable removed
include/config-win.h:
SIZEOF_INT
include/my_global.h:
win64 fix
support-files/Makefile.am:
automake magic
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index b3ef3b77b76..b3581d65eb0 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = mysql.spec.sh \ mysql-log-rotate.sh \ mysql.server.sh \ binary-configure.sh \ - magic \ + magic mysql.m4 \ MySQL-shared-compat.spec.sh \ ndb-config-2-node.ini.sh \ compiler_warnings.supp |