Changeset 140059 in webkit


Ignore:
Timestamp:
Jan 17, 2013 3:23:09 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] IndexedDB: Add LevelDB headers to include path if IndexedDB is enabled
https://bugs.webkit.org/show_bug.cgi?id=107181

Patch by Michael Pruett <michael@68k.org> on 2013-01-17
Reviewed by Martin Robinson.

No new tests as this is just a build change.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r140058 r140059  
     12013-01-17  Michael Pruett  <michael@68k.org>
     2
     3        [GTK] IndexedDB: Add LevelDB headers to include path if IndexedDB is enabled
     4        https://bugs.webkit.org/show_bug.cgi?id=107181
     5
     6        Reviewed by Martin Robinson.
     7
     8        No new tests as this is just a build change.
     9
     10        * GNUmakefile.am:
     11
    1122013-01-17  Eric Seidel  <eric@webkit.org>
    213
  • trunk/Source/WebCore/GNUmakefile.am

    r140021 r140059  
    339339if ENABLE_INDEXED_DATABASE
    340340webcore_cppflags += \
    341         -DWTF_USE_LEVELDB=1
     341        -DWTF_USE_LEVELDB=1 \
     342        -I$(srcdir)/Source/ThirdParty/leveldb \
     343        -I$(srcdir)/Source/ThirdParty/leveldb/include
    342344endif
    343345
Note: See TracChangeset for help on using the changeset viewer.