summaryrefslogtreecommitdiff
path: root/pstack
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-09-24 15:51:45 +0200
committerkent@mysql.com <>2005-09-24 15:51:45 +0200
commit095efe48a5eee7e25d0cbed551c70c3d24bd3855 (patch)
treef0bf9c7e18d71c6b6363b180d52a8c4463736bc9 /pstack
parentaa74affb19517f1cd6c7d1e133ad41c344b9d750 (diff)
downloadmariadb-git-095efe48a5eee7e25d0cbed551c70c3d24bd3855.tar.gz
Makefile.am, configure.in:
Enable "make distcheck" to work
Diffstat (limited to 'pstack')
-rw-r--r--pstack/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstack/Makefile.am b/pstack/Makefile.am
index 77f84d212cd..20d5d8314ce 100644
--- a/pstack/Makefile.am
+++ b/pstack/Makefile.am
@@ -20,7 +20,7 @@
#
SUBDIRS = aout
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
noinst_HEADERS = bucomm.h debug.h ieee.h budbg.h demangle.h \
linuxthreads.h pstack.h pstacktrace.h
SRC= bucomm.c filemode.c linuxthreads.c rddbg.c \