diff options
author | tim@work.mysql.com <> | 2001-09-19 03:47:55 +0200 |
---|---|---|
committer | tim@work.mysql.com <> | 2001-09-19 03:47:55 +0200 |
commit | ea0523bd719e59205cb0259a0977ae6c07a7ca00 (patch) | |
tree | db7ad6c68f838ac0dbc5a6128402d835a55dc5e7 /pstack | |
parent | a1f79f5453576d6ae8c762651b8e9a07a2349c93 (diff) | |
download | mariadb-git-ea0523bd719e59205cb0259a0977ae6c07a7ca00.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
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 |