diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2002-07-13 12:37:28 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2002-07-13 12:37:28 +0000 |
commit | da5402c2c7c0fa8895bf0b937117e14b52f42fcf (patch) | |
tree | 46def9af146d81b7f8d61e6dd84a0572cc05ff84 /cachegrind/Makefile.am | |
parent | 7cba7152d95d6bc0e67602555cfd8ad2e4e2feb4 (diff) |
Include valgrind.spec and valgrind.spec.in in tarballs.
Also add a line to the description in the .spec.in.
(Shlomi Fish)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@494 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind/Makefile.am')
-rw-r--r-- | cachegrind/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cachegrind/Makefile.am b/cachegrind/Makefile.am index 505aaf03..60553dda 100644 --- a/cachegrind/Makefile.am +++ b/cachegrind/Makefile.am @@ -25,7 +25,8 @@ bzdist: dist EXTRA_DIST = $(val_DATA) \ PATCHES_APPLIED ACKNOWLEDGEMENTS \ README_KDE3_FOLKS README_PACKAGERS \ - README_MISSING_SYSCALL_OR_IOCTL TODO dosyms vg_libpthread.vs + README_MISSING_SYSCALL_OR_IOCTL TODO dosyms vg_libpthread.vs \ + valgrind.spec valgrind.spec.in val_PROGRAMS = valgrind.so valgrinq.so libpthread.so |