mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Make sure all files under the new shared dir are included in make dist.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13868
This commit is contained in:
parent
948061357e
commit
f68b1089a7
@ -25,6 +25,7 @@ SUBDIRS = \
|
||||
. \
|
||||
$(TOOLS) \
|
||||
$(EXP_TOOLS) \
|
||||
shared \
|
||||
tests \
|
||||
perf \
|
||||
gdbserver_tests \
|
||||
|
||||
@ -2996,6 +2996,7 @@ AC_CONFIG_FILES([
|
||||
exp-bbv/tests/arm-linux/Makefile
|
||||
exp-dhat/Makefile
|
||||
exp-dhat/tests/Makefile
|
||||
shared/Makefile
|
||||
])
|
||||
AC_CONFIG_FILES([coregrind/link_tool_exe_linux],
|
||||
[chmod +x coregrind/link_tool_exe_linux])
|
||||
|
||||
3
shared/Makefile.am
Normal file
3
shared/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
# We need to list all source files here to make sure they are included in
|
||||
# the make dist target.
|
||||
EXTRA_DIST = vg_replace_strmem.c
|
||||
Loading…
x
Reference in New Issue
Block a user