From: Julian Seward Date: Sat, 8 Apr 2006 13:17:25 +0000 (+0000) Subject: Include missing files in tarball (== unbreak from-tarball builds) X-Git-Tag: svn/VALGRIND_3_2_0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a4513e1ed240fa6b616777b06558a3029f2c38;p=thirdparty%2Fvalgrind.git Include missing files in tarball (== unbreak from-tarball builds) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5837 --- diff --git a/callgrind/Makefile.am b/callgrind/Makefile.am index 0d8cf57510..f64ef0245f 100644 --- a/callgrind/Makefile.am +++ b/callgrind/Makefile.am @@ -56,4 +56,9 @@ callgrind_ppc64_linux_CPPFLAGS = $(AM_CPPFLAGS_PPC64_LINUX) callgrind_ppc64_linux_CFLAGS = $(CALLGRIND_CFLAGS_COMMON) $(AM_CFLAGS_PPC64_LINUX) callgrind_ppc64_linux_DEPENDENCIES = $(COREGRIND_LIBS_PPC64_LINUX) callgrind_ppc64_linux_LDADD = $(TOOL_LDADD_PPC64_LINUX) -callgrind_ppc64_linux_LDFLAGS = $(TOOL_LDFLAGS_PPC64_LINUX) \ No newline at end of file +callgrind_ppc64_linux_LDFLAGS = $(TOOL_LDFLAGS_PPC64_LINUX) + +clincludedir = $(includedir)/callgrind + +clinclude_HEADERS = \ + callgrind.h diff --git a/callgrind/tests/Makefile.am b/callgrind/tests/Makefile.am index 85a487fca3..b95cfc3cf9 100644 --- a/callgrind/tests/Makefile.am +++ b/callgrind/tests/Makefile.am @@ -6,7 +6,8 @@ DIST_SUBDIRS = . noinst_SCRIPTS = filter_stderr -EXTRA_DIST = clreq.vgtest clreq.stderr.exp \ +EXTRA_DIST = $(noinst_SCRIPTS) \ + clreq.vgtest clreq.stderr.exp \ simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \ simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \ simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \