mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
commit
2204fbea33
4 changed files with 4 additions and 2 deletions
|
@ -2239,7 +2239,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \
|
|||
man/Makefile readline/Makefile vio/Makefile \
|
||||
libmysql_r/Makefile libmysqld/Makefile libmysqld/examples/Makefile \
|
||||
libmysql/Makefile client/Makefile \
|
||||
pstack/Makefile sql/Makefile sql/share/Makefile \
|
||||
pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile \
|
||||
merge/Makefile dbug/Makefile scripts/Makefile \
|
||||
include/Makefile sql-bench/Makefile tools/Makefile \
|
||||
tests/Makefile Docs/Makefile support-files/Makefile \
|
||||
|
|
|
@ -17,7 +17,7 @@ LDADD = $(top_builddir)/libmysqld/libmysqld.la \
|
|||
$(top_builddir)/heap/libheap.a \
|
||||
$(top_builddir)/merge/libmerge.a \
|
||||
$(top_builddir)/myisammrg/libmyisammrg.a \
|
||||
@innodb_libs@ @bdb_libs@ \
|
||||
@innodb_libs@ @bdb_libs@ @pstack_libs@ \
|
||||
$(top_builddir)/mysys/libmysys.a \
|
||||
$(top_builddir)/strings/libmystrings.a \
|
||||
$(top_builddir)/dbug/libdbug.a \
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
# the USE_PSTACK hack to get all files into distribution
|
||||
#
|
||||
|
||||
SUBDIRS = aout
|
||||
INCLUDES = -I$(srcdir)/../include -I../include
|
||||
noinst_HEADERS = bucomm.h debug.h ieee.h budbg.h demangle.h \
|
||||
linuxthreads.h pstack.h pstacktrace.h
|
||||
|
|
1
pstack/aout/Makefile.am
Normal file
1
pstack/aout/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
noinst_HEADERS = aout64.h stab.def stab_gnu.h
|
Loading…
Add table
Reference in a new issue