gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10869: Include the libcore/swf dire


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10869: Include the libcore/swf directory, just in case (fileio.cpp used to include VM.h which would have required this)
Date: Wed, 13 May 2009 17:46:50 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10869
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2009-05-13 17:46:50 +0200
message:
  Include the libcore/swf directory, just in case (fileio.cpp used to include 
VM.h which would have required this)
modified:
  extensions/dbus/Makefile.am
  extensions/dejagnu/Makefile.am
  extensions/fileio/Makefile.am
  extensions/gtk2/Makefile.am
  extensions/launcher/Makefile.am
  extensions/lirc/Makefile.am
  extensions/metome/Makefile.am
  extensions/mysql/Makefile.am
=== modified file 'extensions/dbus/Makefile.am'
--- a/extensions/dbus/Makefile.am       2009-02-25 22:30:19 +0000
+++ b/extensions/dbus/Makefile.am       2009-05-13 15:46:50 +0000
@@ -25,6 +25,7 @@
 INCLUDES =  \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/asobj \
            $(INCLTDL)

=== modified file 'extensions/dejagnu/Makefile.am'
--- a/extensions/dejagnu/Makefile.am    2009-02-25 22:30:19 +0000
+++ b/extensions/dejagnu/Makefile.am    2009-05-13 15:46:50 +0000
@@ -25,6 +25,7 @@
 INCLUDES =  \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/asobj \
            $(INCLTDL)

=== modified file 'extensions/fileio/Makefile.am'
--- a/extensions/fileio/Makefile.am     2009-02-25 22:30:19 +0000
+++ b/extensions/fileio/Makefile.am     2009-05-13 15:46:50 +0000
@@ -29,6 +29,7 @@
 INCLUDES =  \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/parser \
            -I$(top_srcdir)/libcore/asobj \

=== modified file 'extensions/gtk2/Makefile.am'
--- a/extensions/gtk2/Makefile.am       2009-02-27 06:46:40 +0000
+++ b/extensions/gtk2/Makefile.am       2009-05-13 15:46:50 +0000
@@ -27,6 +27,7 @@
        -I$(top_srcdir)/libbase \
        -I$(top_srcdir)/gui \
        -I$(top_srcdir)/libcore \
+    -I$(top_srcdir)/libcore/swf \
        -I$(top_srcdir)/libcore/vm \
        -I$(top_srcdir)/libcore/parser \
        -I$(top_srcdir)/libcore/asobj \

=== modified file 'extensions/launcher/Makefile.am'
--- a/extensions/launcher/Makefile.am   2009-02-25 22:30:19 +0000
+++ b/extensions/launcher/Makefile.am   2009-05-13 15:46:50 +0000
@@ -27,6 +27,7 @@
 INCLUDES =  \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/asobj \
            $(BOOST_CFLAGS) \

=== modified file 'extensions/lirc/Makefile.am'
--- a/extensions/lirc/Makefile.am       2009-02-25 22:30:19 +0000
+++ b/extensions/lirc/Makefile.am       2009-05-13 15:46:50 +0000
@@ -25,6 +25,7 @@
 INCLUDES = \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/asobj \
            -I$(top_srcdir)/libnet \

=== modified file 'extensions/metome/Makefile.am'
--- a/extensions/metome/Makefile.am     2009-02-25 22:30:19 +0000
+++ b/extensions/metome/Makefile.am     2009-05-13 15:46:50 +0000
@@ -25,6 +25,7 @@
 INCLUDES =  \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
            -I$(top_srcdir)/libcore/asobj \
            $(INCLTDL)

=== modified file 'extensions/mysql/Makefile.am'
--- a/extensions/mysql/Makefile.am      2009-02-25 22:30:19 +0000
+++ b/extensions/mysql/Makefile.am      2009-05-13 15:46:50 +0000
@@ -25,6 +25,7 @@
 AM_CPPFLAGS = \
             -I$(top_srcdir)/libbase \
             -I$(top_srcdir)/libcore \
+            -I$(top_srcdir)/libcore/swf \
             -I$(top_srcdir)/libcore/vm \
             -I$(top_srcdir)/libcore/asobj \
             -I$(top_srcdir)/libltdl \


reply via email to

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