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_start-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-235-g0494d1b
Date: Fri, 11 Mar 2011 01:05:13 +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  0494d1bf1f2f2c349d7ee5e756e2222a0d702554 (commit)
      from  1eb1068b6671ecdd256bf0070ee18f9e07e7d289 (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=0494d1bf1f2f2c349d7ee5e756e2222a0d702554


commit 0494d1bf1f2f2c349d7ee5e756e2222a0d702554
Author: Gabriele Giacone <address@hidden>
Date:   Fri Mar 11 02:00:41 2011 +0100

    Fix make distcheck. bug #32743

diff --git a/cygnal/libamf/Makefile.am b/cygnal/libamf/Makefile.am
index 928c117..4838f70 100644
--- a/cygnal/libamf/Makefile.am
+++ b/cygnal/libamf/Makefile.am
@@ -76,3 +76,6 @@ clean-hook:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashamf.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashamf-*.so
diff --git a/cygnal/libnet/Makefile.am b/cygnal/libnet/Makefile.am
index de8342d..e1e2466 100644
--- a/cygnal/libnet/Makefile.am
+++ b/cygnal/libnet/Makefile.am
@@ -103,3 +103,6 @@ mudflap:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashnet.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashnet-*.so
diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index bb35906..e9b1e85 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -113,3 +113,6 @@ endif
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(pyexecdir)/gtk-2.0/gnash.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pyexecdir)/gtk-2.0/gnash.so
diff --git a/libbase/Makefile.am b/libbase/Makefile.am
index 57747b4..8e7a14f 100644
--- a/libbase/Makefile.am
+++ b/libbase/Makefile.am
@@ -287,3 +287,6 @@ mudflap:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase-*.so
diff --git a/libcore/Makefile.am b/libcore/Makefile.am
index cce2183..e227b91 100644
--- a/libcore/Makefile.am
+++ b/libcore/Makefile.am
@@ -313,3 +313,6 @@ clean-hook:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashcore.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashcore-*.so
diff --git a/libmedia/Makefile.am b/libmedia/Makefile.am
index 28ead5a..bacade7 100644
--- a/libmedia/Makefile.am
+++ b/libmedia/Makefile.am
@@ -244,3 +244,6 @@ clean-hook:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia-*.so
diff --git a/librender/Makefile.am b/librender/Makefile.am
index 3486907..2c679cb 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -108,3 +108,6 @@ endif
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashrender.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashrender-*.so
diff --git a/libsound/Makefile.am b/libsound/Makefile.am
index 73d322d..adab409 100644
--- a/libsound/Makefile.am
+++ b/libsound/Makefile.am
@@ -93,3 +93,6 @@ clean-hook:
 # Remove libtool .la files
 install-exec-hook:
        $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound.la
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound-*.so

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

Summary of changes:
 cygnal/libamf/Makefile.am |    3 +++
 cygnal/libnet/Makefile.am |    3 +++
 gui/pythonmod/Makefile.am |    3 +++
 libbase/Makefile.am       |    3 +++
 libcore/Makefile.am       |    3 +++
 libmedia/Makefile.am      |    3 +++
 librender/Makefile.am     |    3 +++
 libsound/Makefile.am      |    3 +++
 8 files changed, 24 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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