"make dist" fixes from Ralf Wildenhues.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4010
This commit is contained in:
Nicholas Nethercote 2005-06-24 13:45:56 +00:00
parent f4ee5eee2a
commit 128115f4df
4 changed files with 7 additions and 2 deletions

View File

@ -14,10 +14,11 @@ TOOLS = memcheck \
## addrcheck \
# Temporary: we want to compile Helgrind, but not regtest it.
# And we want to include Addrcheck in the distro, but not compile/test it.
# Put docs last because building the HTML is slow and we want to get
# everything else working before we try it.
SUBDIRS = include coregrind . tests auxprogs $(TOOLS) helgrind docs
##DIST_SUBDIRS = $(SUBDIRS) helgrind
DIST_SUBDIRS = $(SUBDIRS) addrcheck
SUPP_FILES = \
glibc-2.1.supp glibc-2.2.supp glibc-2.3.supp \

View File

@ -54,7 +54,7 @@ check_PROGRAMS = \
stack_changes vgprintf
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g -O0
AM_CPPFLAGS = -I$(top_builddir)/include
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CXXFLAGS = $(AM_CFLAGS)
vgprintf_SOURCES = vgprintf.c

View File

@ -65,6 +65,7 @@ noinst_HEADERS = \
pub_core_skiplist.h \
pub_core_stacks.h \
pub_core_stacktrace.h \
pub_core_syscall.h \
pub_core_syswrap.h \
pub_core_threadmodel.h \
pub_core_threadstate.h \

View File

@ -6,6 +6,7 @@ incinc_HEADERS = \
pub_tool_basics_asm.h \
pub_tool_aspacemgr.h \
pub_tool_cpuid.h \
pub_tool_debuginfo.h \
pub_tool_errormgr.h \
pub_tool_execontext.h \
pub_tool_hashtable.h \
@ -22,8 +23,10 @@ incinc_HEADERS = \
pub_tool_profile.h \
pub_tool_redir.h \
pub_tool_replacemalloc.h \
pub_tool_signals.h \
pub_tool_skiplist.h \
pub_tool_stacktrace.h \
pub_tool_threadstate.h \
pub_tool_tooliface.h \
valgrind.h \
vki-linux.h \