9 lines
221 B
Makefile
9 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
|