Prevent the rule for installing the VEX headers from trying to add
them to the distribution as it doesn't work due to the full paths and
they are in EXTRA_DIST anyway.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4279 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 5815e7d..ab9b1f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@
 pkgconfig_DATA = valgrind.pc
 
 incincdir = $(includedir)/valgrind
-incinc_HEADERS = $(VEX_PUBLIC_HDRS)
+nodist_incinc_HEADERS = $(VEX_PUBLIC_HDRS)
 
 BUILT_SOURCES = default.supp valgrind.pc