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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-134-g7b72ea7
Date: Sat, 26 Feb 2011 12:50:57 +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  7b72ea75bbf4e7b356ebb22e3c5c618f4bb2c17b (commit)
      from  db143e1714b7a2b8141f70e5c0adaf2a39edb6d8 (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=7b72ea75bbf4e7b356ebb22e3c5c618f4bb2c17b


commit 7b72ea75bbf4e7b356ebb22e3c5c618f4bb2c17b
Author: Hicham HAOUARI <address@hidden>
Date:   Sat Feb 26 03:58:47 2011 +0000

    Remove libtool .la files

diff --git a/cygnal/libamf/Makefile.am b/cygnal/libamf/Makefile.am
index 43ec1fe..928c117 100644
--- a/cygnal/libamf/Makefile.am
+++ b/cygnal/libamf/Makefile.am
@@ -73,3 +73,6 @@ mudflap:
 clean-hook:
        -rm -f core.*
 
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashamf.la
diff --git a/cygnal/libnet/Makefile.am b/cygnal/libnet/Makefile.am
index 2105fd7..de8342d 100644
--- a/cygnal/libnet/Makefile.am
+++ b/cygnal/libnet/Makefile.am
@@ -99,3 +99,7 @@ endif
 mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) $(MUDFLAP_OPT)" LIBS="$(LIBS) 
$(MUDFLAP_LIB)"
+
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashnet.la
diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index 3e567ea..bb35906 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -109,3 +109,7 @@ if HAS_PYTHON
            --prefix pygnash $(srcdir)/gnash.defs > gen-gnash.c; \
         fi; fi
 endif
+
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(pyexecdir)/gtk-2.0/gnash.la
diff --git a/libbase/Makefile.am b/libbase/Makefile.am
index b90294f..cb66fa2 100644
--- a/libbase/Makefile.am
+++ b/libbase/Makefile.am
@@ -297,3 +297,7 @@ CLEANFILES = libltdl.la libltdlc.la gnashrc gnashpluginrc
 mudflap:
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
+
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase.la
diff --git a/libcore/Makefile.am b/libcore/Makefile.am
index 9adace6..06c2191 100644
--- a/libcore/Makefile.am
+++ b/libcore/Makefile.am
@@ -313,3 +313,6 @@ mudflap:
 clean-hook:
        -rm -f core.*
 
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashcore.la
diff --git a/libmedia/Makefile.am b/libmedia/Makefile.am
index 09639d0..d642a5b 100644
--- a/libmedia/Makefile.am
+++ b/libmedia/Makefile.am
@@ -245,3 +245,6 @@ mudflap:
 clean-hook:
        -rm -f core.* *.obj
 
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia.la
diff --git a/librender/Makefile.am b/librender/Makefile.am
index b4d17a4..3486907 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -104,3 +104,7 @@ clean-hook:
 if ENABLE_PCH
 AM_CXXFLAGS = $(PCH_FLAGS)
 endif
+
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashrender.la
diff --git a/libsound/Makefile.am b/libsound/Makefile.am
index 521640b..73d322d 100644
--- a/libsound/Makefile.am
+++ b/libsound/Makefile.am
@@ -90,3 +90,6 @@ mudflap:
 clean-hook:
        -rm -f core.* *.obj
 
+# Remove libtool .la files
+install-exec-hook:
+       $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound.la
diff --git a/plugin/klash4/Makefile.am b/plugin/klash4/Makefile.am
index 0451e77..459747c 100644
--- a/plugin/klash4/Makefile.am
+++ b/plugin/klash4/Makefile.am
@@ -97,6 +97,7 @@ install-plugin install-plugins: test_perms 
$(plugin_LTLIBRARIES) $(dist_kde_serv
        install-dist_kde_servicesDATA
        test -d $(DESTDIR)$(plugindir) || $(mkinstalldirs) 
$(DESTDIR)$(plugindir)
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugin_LTLIBRARIES) $(DESTDIR)$(plugindir)
+       $(RM) $(DESTDIR)$(plugindir)/libklashpart.la
 
 uninstall-plugins: 
        $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.so

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

Summary of changes:
 cygnal/libamf/Makefile.am |    3 +++
 cygnal/libnet/Makefile.am |    4 ++++
 gui/pythonmod/Makefile.am |    4 ++++
 libbase/Makefile.am       |    4 ++++
 libcore/Makefile.am       |    3 +++
 libmedia/Makefile.am      |    3 +++
 librender/Makefile.am     |    4 ++++
 libsound/Makefile.am      |    3 +++
 plugin/klash4/Makefile.am |    1 +
 9 files changed, 29 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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