diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | libmysqld/examples/Makefile.am | 2 | ||||
-rw-r--r-- | pstack/Makefile.am | 1 | ||||
-rw-r--r-- | pstack/aout/Makefile.am | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f6a24498511..b121d641fe4 100644 --- a/configure.in +++ b/configure.in @@ -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 \ diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am index 9fc4c12835e..b687a528c6f 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -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 \ diff --git a/pstack/Makefile.am b/pstack/Makefile.am index d94b3ba6aaf..863a52f4488 100644 --- a/pstack/Makefile.am +++ b/pstack/Makefile.am @@ -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 diff --git a/pstack/aout/Makefile.am b/pstack/aout/Makefile.am new file mode 100644 index 00000000000..0b02cb7b643 --- /dev/null +++ b/pstack/aout/Makefile.am @@ -0,0 +1 @@ +noinst_HEADERS = aout64.h stab.def stab_gnu.h |