diff options
author | serg@janus.mylan <> | 2007-03-17 11:19:21 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-03-17 11:19:21 +0100 |
commit | e9fb4a686ff2d464e33902624d8425d379ef5016 (patch) | |
tree | 6effc10c6e2c7c4062e262d6136455e78ab3d4b4 /support-files | |
parent | 5a5bcc741b2d667daf59b448941011fe03df812b (diff) | |
download | mariadb-git-e9fb4a686ff2d464e33902624d8425d379ef5016.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
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 |