From: Julian Seward Date: Sat, 10 Nov 2007 20:21:11 +0000 (+0000) Subject: Include omega.h in the distribution tarball, else building from the X-Git-Tag: svn/VALGRIND_3_3_0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2382a8097a36fa385a91dfd9d732b73e7b51083;p=thirdparty%2Fvalgrind.git Include omega.h in the distribution tarball, else building from the tarball fails. As it stands omega.h is not installed into $prefix/include/valgrind, so cannot be used in client requests. Perhaps it should be. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7138 --- diff --git a/exp-omega/Makefile.am b/exp-omega/Makefile.am index 84671c1c9e..c4db881ac4 100644 --- a/exp-omega/Makefile.am +++ b/exp-omega/Makefile.am @@ -92,7 +92,7 @@ oincludedir = $(includedir)/valgrind oinclude_HEADERS = -noinst_HEADERS = +noinst_HEADERS = omega.h o_replace_memops.o: CFLAGS += -fno-omit-frame-pointer