2011-04-11  Daniel Bates  <dbates@rim.com>

        Attempt to fix the GTK build after changeset 83527 <http://trac.webkit.org/changeset/83527>
        (https://bugs.webkit.org/show_bug.cgi?id=53556).

        * GNUmakefile.list.am: Append files HTMLTrackElement.{h, cpp} to the list webcore_sources.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/GNUmakefile.list.am b/Source/WebCore/GNUmakefile.list.am
index 102a6ae..9fbb121 100644
--- a/Source/WebCore/GNUmakefile.list.am
+++ b/Source/WebCore/GNUmakefile.list.am
@@ -1766,6 +1766,8 @@
 	Source/WebCore/html/HTMLTextAreaElement.h \
 	Source/WebCore/html/HTMLTitleElement.cpp \
 	Source/WebCore/html/HTMLTitleElement.h \
+	Source/WebCore/html/HTMLTrackElement.cpp \
+	Source/WebCore/html/HTMLTrackElement.h \
 	Source/WebCore/html/HTMLUListElement.cpp \
 	Source/WebCore/html/HTMLUListElement.h \
 	Source/WebCore/html/HTMLVideoElement.cpp \