WebCore:

2009-04-28  Xan Lopez  <xlopez@igalia.com>

        Unreviewed: fix distcheck build, add missing header to file list.

        * GNUmakefile.am:

JavaScriptCore:

2009-04-28  Xan Lopez  <xlopez@igalia.com>

        Unreviewed: fix distcheck build, add missing header to file list.

        * GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@42963 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index 8502710f..c18381f 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -269,6 +269,7 @@
 	JavaScriptCore/wtf/unicode/Unicode.h \
 	JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp \
 	JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h \
+	JavaScriptCore/wtf/VMTags.h \
 	JavaScriptCore/yarr/RegexCompiler.h \
 	JavaScriptCore/yarr/RegexInterpreter.h \
 	JavaScriptCore/yarr/RegexJIT.h \