12012-08-24 Gustavo Noronha Silva <gns@gnome.org>
2
3 [GTK] Does not regenerate CSS-related sources when configuration changes
4 https://bugs.webkit.org/show_bug.cgi?id=94927
5
6 Reviewed by NOBODY (OOPS!).
7
8 In bug 94094 the gtk EWS consistently failed to build the patch. The
9 reason that happens is the .in files have not been touched, so the CSS
10 property names and value keywords sources are not regenerated. By
11 adding an explicit dependency on configure.ac and GNUmakefile.am the
12 problem is fixed (see bug 82465, attachment 160265).
13
14 * GNUmakefile.am: add explicit dependency from the CSS-related .in files
15 on configure.ac and WebCore's GNUmakefile.am
16