Title: [118406] trunk/Source/WebKit
Revision
118406
Author
[email protected]
Date
2012-05-24 12:48:48 -0700 (Thu, 24 May 2012)

Log Message

[EFL] Unreviewed, unbreak `make install' after r117046.

* PlatformEfl.cmake: Remove ewk_auth_soup.h from the list of
installed headers, since it has been made private and renamed.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (118405 => 118406)


--- trunk/Source/WebKit/ChangeLog	2012-05-24 19:40:09 UTC (rev 118405)
+++ trunk/Source/WebKit/ChangeLog	2012-05-24 19:48:48 UTC (rev 118406)
@@ -1,3 +1,10 @@
+2012-05-24  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Unreviewed, unbreak `make install' after r117046.
+
+        * PlatformEfl.cmake: Remove ewk_auth_soup.h from the list of
+        installed headers, since it has been made private and renamed.
+
 2012-05-22  Dongwoo Im  <[email protected]>
 
         [EFL] Implements the registerProtocolHandler method and option.

Modified: trunk/Source/WebKit/PlatformEfl.cmake (118405 => 118406)


--- trunk/Source/WebKit/PlatformEfl.cmake	2012-05-24 19:40:09 UTC (rev 118405)
+++ trunk/Source/WebKit/PlatformEfl.cmake	2012-05-24 19:48:48 UTC (rev 118406)
@@ -263,7 +263,6 @@
 SET(EWebKit_HEADERS
     ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/EWebKit.h
     ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/ewk_auth.h
-    ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/ewk_auth_soup.h
     ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/ewk_contextmenu.h
     ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/ewk_cookies.h
     ${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/ewk_frame.h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to