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: Wed, 27 Sep 2006 17:27:15 +0000

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

Modified files:
        .              : ChangeLog 
        plugin         : Makefile.am 

Log message:
        * plugin/Makefile.am: don't link the plugin lib to any gnash library as 
it only calls it trough a system() call. Include libbase/log.cpp in sources as 
it is used.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.942&r2=1.943
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.42&r2=1.43

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.942
retrieving revision 1.943
diff -u -b -r1.942 -r1.943
--- ChangeLog   27 Sep 2006 14:58:49 -0000      1.942
+++ ChangeLog   27 Sep 2006 17:27:15 -0000      1.943
@@ -1,3 +1,10 @@
+2006-09-27 Sandro Santilli  <address@hidden>
+
+       * plugin/Makefile.am: don't link the plugin lib
+         to any gnash library as it only calls it trough
+         a system() call. Include libbase/log.cpp in sources
+         as it is used.
+
 2006-09-27 Markus Gothe <address@hidden>
 
        * README: Clarifying that Mozilla has to be built with gtk2.

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- plugin/Makefile.am  21 Sep 2006 09:05:17 -0000      1.42
+++ plugin/Makefile.am  27 Sep 2006 17:27:15 -0000      1.43
@@ -113,35 +113,39 @@
 libgnashplugin_la_SOURCES  = plugin.cpp \
        mozilla-sdk/npn_gate.cpp \
         mozilla-sdk/npp_gate.cpp \
-        mozilla-sdk/np_entry.cpp
+        mozilla-sdk/np_entry.cpp \
+       ../libbase/log.cpp
 
 libgnashplugin_la_LIBADD   = \
-       $(GLIB_LIBS) \
-       $(X_LIBS) \
-       $(SDL_LIBS) \
-       $(SDL_MIXER_LIBS) \
-       $(OPENGL_LIBS) \
-       $(GLEXT_LIBS) \
-       $(GTK2_LIBS) \
-       $(PANGO_LIBS) \
-       $(CAIRO_LIBS) \
-       $(ATK_LIBS) \
-       $(LIBXML_LIBS) \
-       $(JPEG_LIBS) \
-       $(PNG_LIBS) \
-       $(DMALLOC_LIBS) \
-       $(OGG_LIBS) \
-       $(DMALLOC_LIBS) \
-       ../backend/libgnashbackend.la\
-       ../server/asobj/libgnashasobjs.la \
-       ../server/libgnashserver.la\
-       ../libgeometry/libgnashgeo.la\
-       ../libamf/libgnashamf.la
+       $(NULL)
 
 #      -lXi -lX11
 #      -lXmu
 #      $(X_LIBS)\
 #      $(X_EXTRA_LIBS)
+#
+#      $(GLIB_LIBS) \
+#      $(X_LIBS) \
+#      $(SDL_LIBS) \
+#      $(SDL_MIXER_LIBS) \
+#      $(OPENGL_LIBS) \
+#      $(GLEXT_LIBS) \
+#      $(GTK2_LIBS) \
+#      $(PANGO_LIBS) \
+#      $(CAIRO_LIBS) \
+#      $(ATK_LIBS) \
+#      $(LIBXML_LIBS) \
+#      $(JPEG_LIBS) \
+#      $(PNG_LIBS) \
+#      $(DMALLOC_LIBS) \
+#      $(OGG_LIBS) \
+#      $(DMALLOC_LIBS) \
+#      ../backend/libgnashbackend.la\
+#      ../server/asobj/libgnashasobjs.la \
+#      ../server/libgnashserver.la\
+#      ../libgeometry/libgnashgeo.la\
+#      ../libamf/libgnashamf.la \
+#
 
 if PLUGIN_LINK_UNDEFINED
 libgnashplugin_la_LDFLAGS = -avoid-version -L$(plugindir)




reply via email to

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