From: Julian Seward Date: Wed, 3 Aug 2005 16:39:44 +0000 (+0000) Subject: Copy the right stuff into the tarball. X-Git-Tag: svn/VALGRIND_3_0_0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87673a6d4a0f45635f5a325ffbd41bfca74bbb2a;p=thirdparty%2Fvalgrind.git Copy the right stuff into the tarball. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4311 --- diff --git a/Makefile.am b/Makefile.am index ab9b1f830d..fd7dbd2b16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,8 +81,9 @@ VEX_PUBLIC_HDRS = \ # These list the bits of vex we need to copy into the tarball VEX_PRIMARY_SOURCES = \ - VEX/README \ - VEX/COPYING \ + VEX/HACKING.README \ + VEX/LICENSE.README \ + VEX/LICENSE.GPL \ VEX/Makefile \ VEX/auxprogs/genoffsets.c \ VEX/pub/libvex_guest_amd64.h \