From c32ed12547078319ecae884d209a839e13ecb4d4 Mon Sep 17 00:00:00 2001 From: "kov@webkit.org" Date: Wed, 28 Sep 2011 18:14:09 +0000 Subject: [PATCH] Try to fix GTK+ build. Patch by Gustavo Noronha Silva on 2011-09-28 * GNUmakefile.am: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96241 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit2/ChangeLog | 6 ++++++ Source/WebKit2/GNUmakefile.am | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index ecb67b4..d5da18b 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,9 @@ +2011-09-28 Gustavo Noronha Silva + + Try to fix GTK+ build. + + * GNUmakefile.am: + 2011-09-28 Carlos Garcia Campos [GTK] Fix webkit2 unit tests in debug builds diff --git a/Source/WebKit2/GNUmakefile.am b/Source/WebKit2/GNUmakefile.am index a02fd67..5587c54 100644 --- a/Source/WebKit2/GNUmakefile.am +++ b/Source/WebKit2/GNUmakefile.am @@ -67,7 +67,6 @@ libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEA $(WebKit2)/UIProcess/API/C/WKResourceCacheManager.h \ $(WebKit2)/UIProcess/API/cpp/WKRetainPtr.h -libwebkit2gtkincludedir = $(libwebkitgtkincludedir)/webkit2 webkit2gtk_headers = \ $(WebKit2)/UIProcess/API/gtk/WebKitError.h \ $(WebKit2)/UIProcess/API/gtk/WebKitWebContext.h \ @@ -76,6 +75,10 @@ webkit2gtk_headers = \ $(WebKit2)/UIProcess/API/gtk/WebKitWebViewBase.h \ $(WebKit2)/UIProcess/API/gtk/webkit2.h +libwebkit2gtkincludedir = $(libwebkitgtkincludedir)/webkit2 +libwebkit2gtkinclude_HEADERS = \ + $(webkit2gtk_headers) + webkit2_built_sources += \ DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp \ DerivedSources/WebKit2/AuthenticationManagerMessages.h \ -- 2.7.4