Source/JavaScriptCore: Unreviewed, further build fixing on the GTK port.
* GNUmakefile.list.am: Add CompilationResult source files to the build.
Source/WTF: Unreviewed, further GTK build fixing.
* GNUmakefile.am: Make libWTF.la depend on any changes made to the build targets list.
* GNUmakefile.list.am: Add SixCharacterHash source files to the build.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153312 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WTF/GNUmakefile.list.am b/Source/WTF/GNUmakefile.list.am
index 9cf3792..6ee5773 100644
--- a/Source/WTF/GNUmakefile.list.am
+++ b/Source/WTF/GNUmakefile.list.am
@@ -149,6 +149,8 @@
Source/WTF/wtf/SentinelLinkedList.h \
Source/WTF/wtf/SimpleStats.h \
Source/WTF/wtf/SinglyLinkedList.h \
+ Source/WTF/wtf/SixCharacterHash.cpp \
+ Source/WTF/wtf/SixCharacterHash.h \
Source/WTF/wtf/Spectrum.h \
Source/WTF/wtf/StackBounds.cpp \
Source/WTF/wtf/StackBounds.h \