mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
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
|