gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/Makefile.am gui/dump.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/Makefile.am gui/dump.h
Date: Fri, 02 May 2008 13:50:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/02 13:50:39

Modified files:
        .              : ChangeLog 
        gui            : Makefile.am dump.h 

Log message:
                * gui/Makefile.am: build the DUMP gui when requested.
                * gui/dump.h: cleanup headers inclusion.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6472&r2=1.6473
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&r1=1.123&r2=1.124
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/dump.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6472
retrieving revision 1.6473
diff -u -b -r1.6472 -r1.6473
--- ChangeLog   1 May 2008 16:30:17 -0000       1.6472
+++ ChangeLog   2 May 2008 13:50:37 -0000       1.6473
@@ -1,3 +1,8 @@
+2008-05-02 Sandro Santilli <address@hidden>
+
+       * gui/Makefile.am: build the DUMP gui when requested.
+       * gui/dump.h: cleanup headers inclusion.
+
 2008-05-01 Russ Nelson <address@hidden>
 
        * incorporate Craig Kelley's "dump" gui code.

Index: gui/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/gui/Makefile.am,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -b -r1.123 -r1.124
--- gui/Makefile.am     28 Mar 2008 21:34:49 -0000      1.123
+++ gui/Makefile.am     2 May 2008 13:50:39 -0000       1.124
@@ -235,6 +235,11 @@
 include $(srcdir)/am-frag/riscos.am
 endif
 
+# Build the DUMP gui
+if BUILD_DUMP_GUI
+include $(srcdir)/am-frag/dump.am
+endif
+
 CLEANFILES = klash.moc .configline gnash
 
 bundle: Info.plist

Index: gui/dump.h
===================================================================
RCS file: /sources/gnash/gnash/gui/dump.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gui/dump.h  1 May 2008 16:30:19 -0000       1.1
+++ gui/dump.h  2 May 2008 13:50:39 -0000       1.2
@@ -22,8 +22,8 @@
 #include "gnashconfig.h"
 #endif
 
-#include "gnash.h"
-#include "tu_config.h" // for DSOEXPORT
+#include "dsodefs.h" // for DSOEXPORT
+#include "gui.h" // for inheritance
 
 namespace gnash
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]