From: Nicholas Nethercote Date: Tue, 19 May 2009 04:55:00 +0000 (+0000) Subject: DARWIN sync: include m_ume/*.c in COMMON_SOURCES. X-Git-Tag: svn/VALGRIND_3_5_0~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8532d7599aacc2edec8ee2b07aa3dba1276fb7fd;p=thirdparty%2Fvalgrind.git DARWIN sync: include m_ume/*.c in COMMON_SOURCES. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9941 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 7be7575092..0839b856de 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -239,7 +239,10 @@ COREGRIND_SOURCES_COMMON = \ m_replacemalloc/replacemalloc_core.c \ m_scheduler/scheduler.c \ m_scheduler/sema.c \ - m_syswrap/syswrap-main.c + m_syswrap/syswrap-main.c \ + m_ume/elf.c \ + m_ume/main.c \ + m_ume/script.c COREGRIND_LINUX_SOURCE = \ m_aspacemgr/aspacemgr-linux.c \ @@ -253,10 +256,7 @@ COREGRIND_LINUX_SOURCE = \ m_initimg/initimg-pathscan.c \ m_syswrap/syswrap-linux.c \ m_syswrap/syswrap-linux-variants.c \ - m_syswrap/syswrap-generic.c \ - m_ume/elf.c \ - m_ume/main.c \ - m_ume/script.c + m_syswrap/syswrap-generic.c COREGRIND_AIX5_SOURCE = \ m_aspacemgr/aspacemgr-aix5.c \