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 | 521673c8cf56b46dc900960033b7502d6a372ed5 (patch) | |
tree | db7ad6c68f838ac0dbc5a6128402d835a55dc5e7 /pstack/Makefile.am | |
parent | e5112a1b1d32729bed4f47c72dfd5546eee716bc (diff) | |
download | mariadb-git-521673c8cf56b46dc900960033b7502d6a372ed5.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/Makefile.am')
-rw-r--r-- | pstack/Makefile.am | 1 |
1 files changed, 1 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 |