Changeset 37841 in webkit


Ignore:
Timestamp:
Oct 23, 2008 10:39:28 PM (15 years ago)
Author:
ddkilzer@apple.com
Message:

Attempt to fix GTK build.

  • GNUmakefile.am: Added new *.idl files that were missing.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r37840 r37841  
     12008-10-23  David Kilzer  <ddkilzer@apple.com>
     2
     3        Attempt to fix GTK build.
     4
     5        * GNUmakefile.am: Added new *.idl files that were missing.
     6
    172008-10-23  Greg Bolsinga  <bolsinga@apple.com>
    28
  • trunk/WebCore/GNUmakefile.am

    r37840 r37841  
    210210        WebCore/page/DOMSelection.idl \
    211211        WebCore/page/DOMWindow.idl \
     212        WebCore/page/Geolocation.idl \
     213        WebCore/page/Geoposition.idl \
    212214        WebCore/page/History.idl \
    213215        WebCore/page/Location.idl \
    214216        WebCore/page/Navigator.idl \
     217        WebCore/page/PositionCallback.idl \
     218        WebCore/page/PositionError.idl \
     219        WebCore/page/PositionErrorCallback.idl \
     220        WebCore/page/PositionOptions.idl \
    215221        WebCore/page/Screen.idl \
    216222        WebCore/plugins/MimeType.idl \
Note: See TracChangeset for help on using the changeset viewer.