Try to fix GTK+ build.
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 18:14:09 +0000 (18:14 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 18:14:09 +0000 (18:14 +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@96241 268f45cc-cd09-0410-ab3c-d52691b4dbfc

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

index ecb67b4..d5da18b 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
+
+        Try to fix GTK+ build.
+
+        * GNUmakefile.am:
+
 2011-09-28  Carlos Garcia Campos  <cgarcia@igalia.com>
 
         [GTK] Fix webkit2 unit tests in debug builds
index a02fd67..5587c54 100644 (file)
@@ -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 \