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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-65-g98f6344
Date: Mon, 14 Feb 2011 21:01:46 +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  98f6344583343f17d9b6acea9ac3f1bf46ea6765 (commit)
      from  c5d83bbd2e0f37564c192c2398f7940a670a5eee (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=98f6344583343f17d9b6acea9ac3f1bf46ea6765


commit 98f6344583343f17d9b6acea9ac3f1bf46ea6765
Author: Sandro Santilli <address@hidden>
Date:   Mon Feb 14 22:00:14 2011 +0100

    Fix uninstall-plugins rule

diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 396b9f0..18c80bb 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -55,3 +55,14 @@ endif
 else   # windoze
        : # do nothing
 endif  # end of if windoze
+
+uninstall-plugins: 
+if NPAPI
+       $(MAKE) -C npapi $@
+endif
+if KPARTS4
+       $(MAKE) -C klash4 $@
+endif
+if KPARTS3
+       $(MAKE) -C klash $@
+endif
diff --git a/plugin/klash4/Makefile.am b/plugin/klash4/Makefile.am
index eec4495..0451e77 100644
--- a/plugin/klash4/Makefile.am
+++ b/plugin/klash4/Makefile.am
@@ -98,7 +98,7 @@ install-plugin install-plugins: test_perms 
$(plugin_LTLIBRARIES) $(dist_kde_serv
        test -d $(DESTDIR)$(plugindir) || $(mkinstalldirs) 
$(DESTDIR)$(plugindir)
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugin_LTLIBRARIES) $(DESTDIR)$(plugindir)
 
-uninstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+uninstall-plugins: 
        $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.so
        $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.la
        $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.a

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

Summary of changes:
 plugin/Makefile.am        |   11 +++++++++++
 plugin/klash4/Makefile.am |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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