gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2164-gd4c8431
Date: Thu, 09 Oct 2014 16:54:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d4c84310e7bfbdb1b7d9e0cb2ab71898ce85c470 (commit)
      from  34ecd2db18e3fa50e71755b67eb4ebe95de75829 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d4c84310e7bfbdb1b7d9e0cb2ab71898ce85c470


commit d4c84310e7bfbdb1b7d9e0cb2ab71898ce85c470
Author: Sandro Santilli <address@hidden>
Date:   Thu Oct 9 18:54:33 2014 +0200

    Add subdir-objects option to automake files
    
    Fixes warnings with automake 1.14.1

diff --git a/cygnal/testsuite/cygnal.all/Makefile.am 
b/cygnal/testsuite/cygnal.all/Makefile.am
index a6d1dd5..a7449d1 100644
--- a/cygnal/testsuite/cygnal.all/Makefile.am
+++ b/cygnal/testsuite/cygnal.all/Makefile.am
@@ -19,7 +19,7 @@
 
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = dejagnu
+AUTOMAKE_OPTIONS = dejagnu subdir-objects
 
 noinst_LTLIBRARIES = libcygnal.la
 libcygnal_la_SOURCES = \
diff --git a/gui/Makefile.am b/gui/Makefile.am
index a3933c3..c37e680 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -21,7 +21,7 @@
 # haiku-gnash and dump-gnash
 #
 
-AUTOMAKE_OPTIONS = -Wno-portability
+AUTOMAKE_OPTIONS = -Wno-portability subdir-objects
 
 SUBDIRS = .
 
diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index 4cb6750..898bbfe 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -16,6 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 pkgpythondir = $(pyexecdir)/gtk-2.0
 pkgpyexecdir = $(pyexecdir)/gtk-2.0
 
diff --git a/libcore/Makefile.am b/libcore/Makefile.am
index edce528..7168b85 100644
--- a/libcore/Makefile.am
+++ b/libcore/Makefile.am
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = 
+AUTOMAKE_OPTIONS = subdir-objects
 
 SUBDIRS = parser vm
 
diff --git a/libdevice/Makefile.am b/libdevice/Makefile.am
index 6cd0c9e..86fa3f7 100644
--- a/libdevice/Makefile.am
+++ b/libdevice/Makefile.am
@@ -19,7 +19,7 @@
 
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS =
+AUTOMAKE_OPTIONS = subdir-objects
 
 # this is where Gnash plugins get installed
 pluginsdir = $(libdir)/gnash/plugins
diff --git a/libmedia/Makefile.am b/libmedia/Makefile.am
index 985e034..584c27f 100644
--- a/libmedia/Makefile.am
+++ b/libmedia/Makefile.am
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 
 AM_CXXFLAGS = $(CROSS_CXXFLAGS) -DREGISTER_MEDIA_HANDLERS
 AM_LDFLAGS = $(CROSS_LDFLAGS)
diff --git a/librender/Makefile.am b/librender/Makefile.am
index 970d78d..88462a0 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -19,7 +19,7 @@
 
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS =
+AUTOMAKE_OPTIONS = subdir-objects
 
 # this is where Gnash plugins get installed
 pluginsdir = $(libdir)/gnash/plugins
diff --git a/libsound/Makefile.am b/libsound/Makefile.am
index a771188..a7aada8 100644
--- a/libsound/Makefile.am
+++ b/libsound/Makefile.am
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 
 pkglib_LTLIBRARIES = libgnashsound.la
 
diff --git a/plugin/npapi/Makefile.am b/plugin/npapi/Makefile.am
index e101269..7faa660 100644
--- a/plugin/npapi/Makefile.am
+++ b/plugin/npapi/Makefile.am
@@ -17,7 +17,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
-AUTOMAKE_OPTIONS = 
+AUTOMAKE_OPTIONS = subdir-objects
 
 SUBDIRS =
 
diff --git a/testsuite/network.all/Makefile.am 
b/testsuite/network.all/Makefile.am
index 20ebea6..44c6076 100644
--- a/testsuite/network.all/Makefile.am
+++ b/testsuite/network.all/Makefile.am
@@ -17,7 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = dejagnu -Wno-portability
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability subdir-objects
 
 abs_top_builddir=$(shell cd $(top_builddir); pwd)
 abs_builddir=$(shell cd $(top_builddir)/testsuite/network.all; pwd)

-----------------------------------------------------------------------

Summary of changes:
 cygnal/testsuite/cygnal.all/Makefile.am |    2 +-
 gui/Makefile.am                         |    2 +-
 gui/pythonmod/Makefile.am               |    2 ++
 libcore/Makefile.am                     |    2 +-
 libdevice/Makefile.am                   |    2 +-
 libmedia/Makefile.am                    |    2 +-
 librender/Makefile.am                   |    2 +-
 libsound/Makefile.am                    |    2 +-
 plugin/npapi/Makefile.am                |    2 +-
 testsuite/network.all/Makefile.am       |    2 +-
 10 files changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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