summaryrefslogtreecommitdiff
path: root/innobase/mtr
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-04-10 20:03:52 +0200
committerlenz@mysql.com <>2003-04-10 20:03:52 +0200
commitdbe145f015a461f4951979d34bdb092efa7f2127 (patch)
treed3a4e9f3e39f0e51babcbf46d4890447ad276d1f /innobase/mtr
parentc043c6c2347c2c55604e7693ff827bf456b50bc9 (diff)
downloadmariadb-git-dbe145f015a461f4951979d34bdb092efa7f2127.tar.gz
- Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static
libraries always ended up in "dir..", even though they were not supposed to be installed anyway (they are only required at link time). Fixed it by replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am files and by removing "libsdir = " from innobase/include/Makefile.i .
Diffstat (limited to 'innobase/mtr')
-rw-r--r--innobase/mtr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/mtr/Makefile.am b/innobase/mtr/Makefile.am
index 972dcaca80e..1e93a34ce23 100644
--- a/innobase/mtr/Makefile.am
+++ b/innobase/mtr/Makefile.am
@@ -17,7 +17,7 @@
include ../include/Makefile.i
-libs_LIBRARIES = libmtr.a
+noinst_LIBRARIES = libmtr.a
libmtr_a_SOURCES = mtr0mtr.c mtr0log.c