From c6639098152b68b13aa77709e38c76515304381e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 12 Mar 2001 01:13:07 +0200 Subject: 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 --- innobase/mem/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'innobase/mem') 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 = -- cgit v1.2.1