Changeset 50699 in webkit


Ignore:
Timestamp:
Nov 9, 2009 5:12:00 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-09 Priit Laes <plaes@plaes.org>

Reviewed by Oliver Hunt.

[Gtk] Build from tarball fails with --enable-introspection
https://bugs.webkit.org/show_bug.cgi?id=31261

We need to enable gobject-introspection during distcheck otherwise
some of the required files are missing in tarball.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r50559 r50699  
     12009-11-09  Priit Laes  <plaes@plaes.org>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        [Gtk] Build from tarball fails with --enable-introspection
     6        https://bugs.webkit.org/show_bug.cgi?id=31261
     7
     8        We need to enable gobject-introspection during distcheck otherwise
     9        some of the required files are missing in tarball.
     10
     11        * GNUmakefile.am:
     12
    1132009-11-05  Priit Laes  <plaes@plaes.org>
    214
  • trunk/GNUmakefile.am

    r50559 r50699  
    2929srcdir = @srcdir@
    3030VPATH = @srcdir@
     31
     32DISTCHECK_CONFIGURE_FLAGS = \
     33        --enable-introspection  \
     34        --enable-gtk-doc
    3135
    3236# Directory for autogenerated sources
Note: See TracChangeset for help on using the changeset viewer.