Changeset 88935 in webkit


Ignore:
Timestamp:
Jun 15, 2011 8:16:12 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-15 Claudio Saavedra <Claudio Saavedra>

Reviewed by Xan Lopez.

[GTK] Fix the build with introspection enabled
https://bugs.webkit.org/show_bug.cgi?id=62705

  • GNUmakefile.am: Remove include of *.c files, since there are no such files anymore.
Location:
trunk/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r88872 r88935  
     12011-06-15  Claudio Saavedra  <csaavedra@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] Fix the build with introspection enabled
     6        https://bugs.webkit.org/show_bug.cgi?id=62705
     7
     8        * GNUmakefile.am: Remove include of *.c files, since
     9        there are no such files anymore.
     10
    1112011-06-14  Xan Lopez  <xlopez@igalia.com>
    212
  • trunk/Source/WebKit/gtk/GNUmakefile.am

    r88800 r88935  
    293293             $(GENSOURCES_WEBKIT)/webkitenumtypes.h \
    294294             $(webkitgtk_h_api) \
    295              $(WebKit)/webkit/*.cpp \
    296              $(WebKit)/webkit/*.c
     295             $(WebKit)/webkit/*.cpp
    297296
    298297girdir = $(datadir)/gir-1.0
Note: See TracChangeset for help on using the changeset viewer.