Unreviewed. Fix make distcheck.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 25 Jun 2012 11:55:26 +0000 (11:55 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 25 Jun 2012 11:55:26 +0000 (11:55 +0000)
* GNUmakefile.list.am: Add missing header file.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121148 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am

index c09c1f4..298030d 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-25  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-06-25  Simon Hausmann  <simon.hausmann@nokia.com>
 
         [Qt] Fix Win32 debug build
index 9872e00..4861f82 100644 (file)
@@ -1115,6 +1115,7 @@ webcore_modules_sources += \
        Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h \
        Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp \
        Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.h \
+       Source/WebCore/Modules/indexeddb/IDBMetadata.h \
        Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.cpp \
        Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h \
        Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendInterface.h \