Changeset 41242 in webkit


Ignore:
Timestamp:
Feb 25, 2009 8:31:47 PM (15 years ago)
Author:
kov@webkit.org
Message:

2009-02-25 Gustavo Noronha Silva <Gustavo Noronha Silva>

Unreviewed build fix. Add WebCore/workers to the list of paths
searched by the bindings generator perl script.

  • GNUmakefile.am:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r41241 r41242  
     12009-02-25  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        Unreviewed build fix. Add WebCore/workers to the list of paths
     4        searched by the bindings generator perl script.
     5
     6        * GNUmakefile.am:
     7
    182009-02-25  Sam Weinig  <sam@webkit.org>
    29
  • trunk/WebCore/GNUmakefile.am

    r41227 r41242  
    30273027    $(WebCore)/svg \
    30283028    $(WebCore)/xml \
    3029     $(WebCore)/plugins
     3029    $(WebCore)/plugins \
     3030    $(WebCore)/workers
    30303031
    30313032vpath %.idl = $(IDL_PATH)
Note: See TracChangeset for help on using the changeset viewer.