GTK+ build fix 3 - the return of the marshal.
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 19:15:16 +0000 (19:15 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 19:15:16 +0000 (19:15 +0000)
Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2011-09-28

* GNUmakefile.am:

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

Source/WebKit2/ChangeLog
Source/WebKit2/GNUmakefile.am

index 0bdd691..8b25c98 100644 (file)
@@ -1,5 +1,11 @@
 2011-09-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
 
+        GTK+ build fix 3 - the return of the marshal.
+
+        * GNUmakefile.am:
+
+2011-09-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
+
         Second try at fixing the GTK+ build.
 
         * GNUmakefile.am:
index a02fd67..098e541 100644 (file)
@@ -161,8 +161,8 @@ webkit2gtk_built_sources = \
 BUILT_SOURCES += $(webkit2gtk_built_sources)
 
 nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
-       $(webkit2_built_sources) \
-       $(webkit2gtk_built_sources)
+       $(webkit2gtk_built_sources) \
+       $(webkit2_built_sources)
 
 libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
        Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h \