diff --git a/Makefile.am b/Makefile.am index 40e2b0fe7..2426b5c1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ SUBDIRS = \ . \ $(TOOLS) \ $(EXP_TOOLS) \ + shared \ tests \ perf \ gdbserver_tests \ diff --git a/configure.ac b/configure.ac index ece5faaa5..b1e567a54 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/shared/Makefile.am b/shared/Makefile.am new file mode 100644 index 000000000..df3a4ac07 --- /dev/null +++ b/shared/Makefile.am @@ -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