]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
m_compiler.c was added to noinst_HEADERS but should of course
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 14 Nov 2014 14:47:12 +0000 (14:47 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 14 Nov 2014 14:47:12 +0000 (14:47 +0000)
be added to COREGRIND_SOURCES_COMMON. Now fixed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14722

coregrind/Makefile.am

index 81245e20fc97dba67d2d0dadbe5112b28199ec27..64e1459321f359f67fcedc3e5273d723577740b9 100644 (file)
@@ -213,7 +213,6 @@ noinst_HEADERS = \
        pub_core_wordfm.h       \
        pub_core_xarray.h       \
        m_aspacemgr/priv_aspacemgr.h \
-       m_compiler.c \
        m_debuginfo/priv_misc.h \
        m_debuginfo/priv_storage.h      \
        m_debuginfo/priv_tytypes.h      \
@@ -270,6 +269,7 @@ COREGRIND_SOURCES_COMMON = \
        m_addrinfo.c \
        m_cache.c \
        m_commandline.c \
+       m_compiler.c \
        m_clientstate.c \
        m_cpuid.S \
        m_deduppoolalloc.c \