gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/klash/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/klash/Makefile.am
Date: Mon, 23 Jul 2007 22:20:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/23 22:20:49

Modified files:
        .              : ChangeLog 
        plugin/klash   : Makefile.am 

Log message:
                * plugin/klash/Makefile.am: fix uninstall rule.
                  Make distcheck works fine on gnashdev now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3799&r2=1.3800
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/klash/Makefile.am?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3799
retrieving revision 1.3800
diff -u -b -r1.3799 -r1.3800
--- ChangeLog   23 Jul 2007 22:09:49 -0000      1.3799
+++ ChangeLog   23 Jul 2007 22:20:48 -0000      1.3800
@@ -1,5 +1,10 @@
 2007-07-23 Sandro Santilli <address@hidden>
 
+       * plugin/klash/Makefile.am: fix uninstall rule.
+         Make distcheck works fine on gnashdev now.
+
+2007-07-23 Sandro Santilli <address@hidden>
+
        * libbase/embedVideoDecoderGst.cpp (createDecoder): fix use of
          possibly undefined variable warning, added a couple of assertions
          and comments about the why.

Index: plugin/klash/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/klash/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- plugin/klash/Makefile.am    23 Jul 2007 18:22:33 -0000      1.31
+++ plugin/klash/Makefile.am    23 Jul 2007 22:20:48 -0000      1.32
@@ -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
 
-# $Id: Makefile.am,v 1.31 2007/07/23 18:22:33 strk Exp $
+# $Id: Makefile.am,v 1.32 2007/07/23 22:20:48 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -65,6 +65,8 @@
 
 uninstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
        $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.so
+       $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.la
+       $(RM) -f $(DESTDIR)$(plugindir)/libklashpart.a
 
 else
 all:




reply via email to

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