Bug 23419 - removal of FramePrivate.h breaks GTK+'s make dist
Summary: removal of FramePrivate.h breaks GTK+'s make dist
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 08:47 PST by Gustavo Noronha (kov)
Modified: 2009-01-19 16:29 PST (History)
0 users

See Also:


Attachments
fix for GNUMakefile.am (1.31 KB, patch)
2009-01-19 08:50 PST, Gustavo Noronha (kov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-01-19 08:47:33 PST
summary says it all
Comment 1 Gustavo Noronha (kov) 2009-01-19 08:50:31 PST
Created attachment 26841 [details]
fix for GNUMakefile.am
Comment 2 Mark Rowe (bdash) 2009-01-19 11:49:03 PST
Comment on attachment 26841 [details]
fix for GNUMakefile.am

r=me
Comment 3 Christian Dywan 2009-01-19 16:29:20 PST
2009-01-20  Gustavo Noronha Silva  <gns@gnome.org>

         Reviewed by Mark Rowe.

         https://bugs.webkit.org/show_bug.cgi?id=23419
         removal of FramePrivate.h breaks GTK+'s make dist

         * GNUmakefile.am: No longer mention FramePrivate.h in our build,
         since it was removed.