Changeset 161113 in webkit


Ignore:
Timestamp:
Dec 28, 2013, 4:33:27 AM (12 years ago)
Author:
benjamin@webkit.org
Message:

Add a missing include path for GTK
https://bugs.webkit.org/show_bug.cgi?id=126257

Reviewed by Philippe Normand.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161111 r161113  
     12013-12-28  Benjamin Poulain  <benjamin@webkit.org>
     2
     3        Add a missing include path for GTK
     4        https://bugs.webkit.org/show_bug.cgi?id=126257
     5
     6        Reviewed by Philippe Normand.
     7
     8        * GNUmakefile.am:
     9
    1102013-12-28  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WebCore/GNUmakefile.am

    r160924 r161113  
    3636        -I$(srcdir)/Source/WebCore/crypto/keys \
    3737        -I$(srcdir)/Source/WebCore/css \
     38        -I$(srcdir)/Source/WebCore/cssjit \
    3839        -I$(srcdir)/Source/WebCore/dom \
    3940        -I$(srcdir)/Source/WebCore/dom/default \
Note: See TracChangeset for help on using the changeset viewer.