diff options
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 |