From 5929f8e02bec144d53ddf1f33f4359df804c052d Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 3 Apr 2003 07:59:15 +0000 Subject: [PATCH] (libunwind_la_SOURCES_os_hpux): New macro. (libunwind_la_SOURCES_os): For HP-UX, use libunwind_la_SOURCES_os_hpux. (Logical change 1.75) --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index c7e80320..3f44230e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,7 @@ libunwind_la_SOURCES_local = \ _UPT_get_dyn_info_list_addr.c _UPT_put_unwind_info.c \ _UPT_get_proc_name.c _UPT_reg_offset.c _UPT_resume.c libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c +libunwind_la_SOURCES_os_hpux = os-hpux.c # # Note: As of automake-1.6, there is a stupid limitation which requires @@ -119,6 +120,10 @@ if OS_LINUX libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_linux) endif +if OS_HPUX + libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_hpux) +endif + if ARCH_IA64 mk_cursor_i_ia64_SOURCES = ia64/mk_cursor_i-ia64.c noinst_PROGRAMS = mk_cursor_i-ia64