2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
Unreviewed build fix; adding missing files to EXTRA_DIST, so that
they show up in the tarball.
* GNUmakefile.am:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41357 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 26ac053..2e29890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
+
+ Unreviewed build fix; adding missing files to EXTRA_DIST, so that
+ they show up in the tarball.
+
+ * GNUmakefile.am:
+
2009-03-01 Christian Dywan <christian@twotoasts.de>
* configure.ac: Bump GTK port version to 1.1.1.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 6ebfae7..b050c4c 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -445,6 +445,8 @@
$(javascriptcore_dist) \
$(webcore_dist) \
$(srcdir)/autotools/symbols.filter \
+ $(srcdir)/WebKit/gtk/ChangeLog \
+ $(srcdir)/WebKit/gtk/NEWS \
$(srcdir)/WebKit/gtk/webkitmarshal.list
# Files that will be cleaned
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 07f451b..7e2284e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
+
+ Unreviewed build fix; adding missing files to EXTRA_DIST, so that
+ they show up in the tarball.
+
+ * GNUmakefile.am:
+
2009-03-02 Dirk Schulze <krit@webkit.org>
Reviewed by Holger Freyther.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index cb2bb1d..c24d2c4c 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -3086,6 +3086,7 @@
$(IDL_BINDINGS)
webcore_dist += \
+ WebCore/ChangeLog \
WebCore/LICENSE-APPLE \
WebCore/LICENSE-LGPL-2 \
WebCore/LICENSE-LGPL-2.1 \