gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/Makefile.am
Date: Thu, 21 Sep 2006 09:05:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/21 09:05:17

Modified files:
        .              : ChangeLog 
        plugin         : Makefile.am 

Log message:
                * plugin/Makefile.am: removed unneeded explicit copy of shared
                  object for OBSD.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.886&r2=1.887
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.41&r2=1.42

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.886
retrieving revision 1.887
diff -u -b -r1.886 -r1.887
--- ChangeLog   21 Sep 2006 09:01:23 -0000      1.886
+++ ChangeLog   21 Sep 2006 09:05:16 -0000      1.887
@@ -1,3 +1,8 @@
+2006-09-21 Deanna Phillips <deanna>
+
+       * plugin/Makefile.am: removed unneeded explicit copy of shared
+         object for OBSD.
+
 2006-09-21 Sandro Santilli  <address@hidden>
 
        * testsuite/misc-ming.all/DefineEditTextVariableNameTest.c:

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- plugin/Makefile.am  17 Sep 2006 19:45:59 -0000      1.41
+++ plugin/Makefile.am  21 Sep 2006 09:05:17 -0000      1.42
@@ -157,9 +157,9 @@
        test -d "$(DESTDIR)$(plugindir)" || $(mkinstalldirs) 
"$(DESTDIR)$(plugindir)"
 #      cp .libs/libgnashplugin.so $(DESTDIR)$(plugindir)/libgnashplugin.so
        $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) 
$(plugin_LTLIBRARIES) "$(DESTDIR)$(plugindir)/$(plugin_LTLIBRARIES)"
-if PLUGIN_LINK_UNDEFINED
-       cp $(DESTDIR)$(plugindir)/.libs/libgnashplugin.so.0.* 
$(DESTDIR)$(plugindir)/libgnashplugin.so
-endif
+#if PLUGIN_LINK_UNDEFINED
+#cp $(DESTDIR)$(plugindir)/.libs/libgnashplugin.so.0.* 
$(DESTDIR)$(plugindir)/libgnashplugin.so
+#endif
        $(RM) $(DESTDIR)$(plugindir)/libgnashplugin.*a 
$(DESTDIR)$(plugindir)/libgnashplugin.so.0 
$(DESTDIR)$(plugindir)/libgnashplugin.*.T
 
 # install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)




reply via email to

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