diff options
author | unknown <tim@work.mysql.com> | 2001-09-19 03:47:55 +0200 |
---|---|---|
committer | unknown <tim@work.mysql.com> | 2001-09-19 03:47:55 +0200 |
commit | 5dbd7397bd0d268b02d2aacb16b8c288fcfa2e93 (patch) | |
tree | db7ad6c68f838ac0dbc5a6128402d835a55dc5e7 /pstack | |
parent | b7b9e0d77c19260dac5d6b8fde500fa175baa294 (diff) | |
download | mariadb-git-5dbd7397bd0d268b02d2aacb16b8c288fcfa2e93.tar.gz |
Makefile.am Add @pstack_libs@
Makefile.am SUBDIRS = aout
configure.in Output pstack/aout/Makefile
Makefile.am BitKeeper file /home/tim/my/4/pstack/aout/Makefile.am
configure.in:
Output pstack/aout/Makefile
pstack/Makefile.am:
SUBDIRS = aout
libmysqld/examples/Makefile.am:
Add @pstack_libs@
Diffstat (limited to 'pstack')
-rw-r--r-- | pstack/Makefile.am | 1 | ||||
-rw-r--r-- | pstack/aout/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
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 |