Ignore:
Timestamp:
May 9, 2012, 9:05:13 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Use independent version numbers for public libraries
https://bugs.webkit.org/show_bug.cgi?id=85984

Reviewed by Gustavo Noronha Silva.

.:

  • configure.ac: Define LIBJAVASCRIPTCOREGTK_VERSION and

LIBWEBKIT2GTK_VERSION using the same version as
LIBWEBKITGTK_VERSION for backwards compatibility.

Source/JavaScriptCore:

  • GNUmakefile.am: Use LIBJAVASCRIPTCOREGTK_VERSION for library

version.

Source/WebKit2:

  • GNUmakefile.am: Use LIBWEBKIT2GTK_VERSION for library version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/GNUmakefile.am

    r111778 r116533  
    88# simply rely on the usual symbol visibility flags.
    99libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS = \
    10         -version-info @LIBWEBKITGTK_VERSION@ \
     10        -version-info @LIBJAVASCRIPTCOREGTK_VERSION@ \
    1111        $(no_undefined)
    1212
Note: See TracChangeset for help on using the changeset viewer.