mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
10 lines
221 B
Makefile
10 lines
221 B
Makefile
# We need to list all files here to make sure they are included in
|
|
# the make dist target.
|
|
|
|
dist_noinst_SCRIPTS = build_solaris_package
|
|
|
|
EXTRA_DIST = \
|
|
gdb-sol-thread.patch \
|
|
valgrind.p5m \
|
|
vgpreload-solaris.mapfile
|