diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-12 01:13:07 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-12 01:13:07 +0200 |
commit | c6639098152b68b13aa77709e38c76515304381e (patch) | |
tree | e8f2ac6fd4e8357ee12ec7bfd8d30a6c93a1f1c5 /innobase/mem | |
parent | 765c255873bdc2bad425a48aaf257f91da1fb3f3 (diff) | |
download | mariadb-git-c6639098152b68b13aa77709e38c76515304381e.tar.gz |
Fixes for compiling innobase
Docs/manual.texi:
Added notes about 3.23.34a
innobase/mem/Makefile.am:
Add missing files
innobase/pars/Makefile.am:
fixed typo
sql-bench/run-all-tests.sh:
Fix for windows
Diffstat (limited to 'innobase/mem')
-rw-r--r-- | innobase/mem/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/mem/Makefile.am b/innobase/mem/Makefile.am index a81f7564a2a..84f642e4469 100644 --- a/innobase/mem/Makefile.am +++ b/innobase/mem/Makefile.am @@ -19,6 +19,8 @@ include ../include/Makefile.i libs_LIBRARIES = libmem.a -libmem_a_SOURCES = mem0mem.c mem0pool.c mem0dbg.c +libmem_a_SOURCES = mem0mem.c mem0pool.c + +EXTRA_DIST = mem0dbg.c EXTRA_PROGRAMS = |