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. a1d49750f0221323b630


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a1d49750f0221323b6304d146286c7c4d84d549d
Date: Sun, 12 Dec 2010 17:41:21 +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  a1d49750f0221323b6304d146286c7c4d84d549d (commit)
      from  e6898df7bd6e990f8cba8d7f899d4af50c78ebab (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=a1d49750f0221323b6304d146286c7c4d84d549d


commit a1d49750f0221323b6304d146286c7c4d84d549d
Author: Rob Savoye <address@hidden>
Date:   Sun Dec 12 10:40:36 2010 -0700

    uninstall extensions properly so distcheck is happy

diff --git a/extensions/dbus/Makefile.am b/extensions/dbus/Makefile.am
index d45c125..a2a2a51 100644
--- a/extensions/dbus/Makefile.am
+++ b/extensions/dbus/Makefile.am
@@ -47,3 +47,6 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/dbus.so
diff --git a/extensions/dejagnu/Makefile.am b/extensions/dejagnu/Makefile.am
index cf38dcc..ccb2fa8 100644
--- a/extensions/dejagnu/Makefile.am
+++ b/extensions/dejagnu/Makefile.am
@@ -49,3 +49,6 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/dejagnu.so
diff --git a/extensions/fileio/Makefile.am b/extensions/fileio/Makefile.am
index 8114c74..247799f 100644
--- a/extensions/fileio/Makefile.am
+++ b/extensions/fileio/Makefile.am
@@ -74,6 +74,13 @@ test: $(srcdir)/../../testsuite/generic-testrunner.sh 
test.swf
        GNASH_PLUGINS=$(PWD)/.libs GNASHRC=$(srcdir)/../gnashrc sh $< 
$(top_builddir) test.swf > $@
        chmod +x $@
 
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/fileio.so
+
+test: $(srcdir)/../../testsuite/generic-testrunner.sh test.swf
+       GNASH_PLUGINS=$(PWD)/.libs GNASHRC=$(srcdir)/../gnashrc sh $< 
$(top_builddir) test.swf > $@
+       chmod +x $@
+
 # Wrap a single .as tests in dejagnu_so importer.
 # At play time, if the relative url '../ming-misc.all/Dejagnu.swf' 
 # takes to the Dejagnu.swf shared library we'll get visual traces,
diff --git a/extensions/gtk2/Makefile.am b/extensions/gtk2/Makefile.am
index 024ef34..8574412 100644
--- a/extensions/gtk2/Makefile.am
+++ b/extensions/gtk2/Makefile.am
@@ -83,3 +83,5 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.a 
 
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/gtk2.so
diff --git a/extensions/launcher/Makefile.am b/extensions/launcher/Makefile.am
index 21de2d8..6e5396d 100644
--- a/extensions/launcher/Makefile.am
+++ b/extensions/launcher/Makefile.am
@@ -87,3 +87,6 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.a 
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/launcher.so
diff --git a/extensions/lirc/Makefile.am b/extensions/lirc/Makefile.am
index de542f6..98a78af 100644
--- a/extensions/lirc/Makefile.am
+++ b/extensions/lirc/Makefile.am
@@ -49,3 +49,6 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/lirc.so
diff --git a/extensions/mysql/Makefile.am b/extensions/mysql/Makefile.am
index 3dfbb2b..c2057bd 100644
--- a/extensions/mysql/Makefile.am
+++ b/extensions/mysql/Makefile.am
@@ -53,3 +53,6 @@ install-pluginsLTLIBRARIES: $(plugins_LTLIBRARIES)
        test -d "$(DESTDIR)$(pluginsdir)" || $(mkinstalldirs) 
"$(DESTDIR)$(pluginsdir)"
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugins_LTLIBRARIES) "$(DESTDIR)$(pluginsdir)/$(plugins_LTLIBRARIES)"
        $(RM) $(DESTDIR)$(pluginsdir)/*.*a 
+
+uninstall-local:
+       $(RM) $(DESTDIR)$(pluginsdir)/mysql.so

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

Summary of changes:
 extensions/dbus/Makefile.am     |    3 +++
 extensions/dejagnu/Makefile.am  |    3 +++
 extensions/fileio/Makefile.am   |    7 +++++++
 extensions/gtk2/Makefile.am     |    2 ++
 extensions/launcher/Makefile.am |    3 +++
 extensions/lirc/Makefile.am     |    3 +++
 extensions/mysql/Makefile.am    |    3 +++
 7 files changed, 24 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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