From cb503ba4e5508eb0f87be2eebbdb2657469bb5ea Mon Sep 17 00:00:00 2001 From: "bea.com!thallgre" Date: Wed, 18 Aug 2004 15:16:46 +0000 Subject: [PATCH] (libunwind_la_SOURCES_common): Mention mi/strerror.c. (Logical change 1.245) --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 407a9f22..aa40464f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,9 +41,9 @@ libunwind_setjmp_la_SOURCES_x86 = setjmp.c sigsetjmp.c x86/siglongjmp.S # List of arch-independent files needed by both local-only and generic # libraries: -libunwind_la_SOURCES_common = \ - $(libunwind_la_SOURCES_os) \ - mi/init.c mi/flush_cache.c mi/mempool.c +libunwind_la_SOURCES_common = \ + $(libunwind_la_SOURCES_os) \ + mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c # List of arch-independent files needed by generic library (libunwind-$ARCH): libunwind_la_SOURCES_generic = \