Install libvex.a and libcoregrind.a, needed for external tool builds.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5053 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 35823ad..81b3afc 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -1,3 +1,9 @@
+
+# Be very careful when renaming any files, targets, whatever, in this
+# Makefile.  The install-exec-local target in ../Makefile.install.am
+# does some fragile sed file-name-mangling which is liable to break if
+# the names of noinst_LIBRARIES or noinst_PROGRAMS change 'shape'.
+
 include $(top_srcdir)/Makefile.all.am
 include $(top_srcdir)/Makefile.core.am
 include $(top_srcdir)/Makefile.install.am