gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash plugin/Makefile.am ChangeLog
Date: Thu, 25 Jan 2007 17:20:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/01/25 17:20:37

Modified files:
        plugin         : Makefile.am 
        .              : ChangeLog 

Log message:
                * plugin/Makefile.am: Add more header paths so we can be cross
                compiled.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.55&r2=1.56
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2176&r2=1.2177

Patches:
Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- plugin/Makefile.am  28 Nov 2006 12:10:27 -0000      1.55
+++ plugin/Makefile.am  25 Jan 2007 17:20:36 -0000      1.56
@@ -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.55 2006/11/28 12:10:27 strk Exp $
+# $Id: Makefile.am,v 1.56 2007/01/25 17:20:36 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -43,16 +43,14 @@
         -I$(top_srcdir)/backend \
        -I$(srcdir)/mozilla-sdk \
        -I$(srcdir)/mozilla-sdk/include \
+       $(GLIB_CFLAGS) \
        $(GTK2_CFLAGS) \
+        $(CAIRO_CFLAGS) \
+        $(GLIB_CFLAGS) \
+        $(ATK_CFLAGS) \
+        $(PANGO_CFLAGS) \
        $(NULL)
 
-
-#        $(GLIB_CFLAGS) \
-#        $(CAIRO_CFLAGS) \
-#        $(ATK_CFLAGS) \
-#        $(PANGO_CFLAGS) \
-#
-
 # AM_CXXFLAGS = $(AM_CPPFLAGS)
 
 plugin_LTLIBRARIES = libgnashplugin.la

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2176
retrieving revision 1.2177
diff -u -b -r1.2176 -r1.2177
--- ChangeLog   25 Jan 2007 15:35:25 -0000      1.2176
+++ ChangeLog   25 Jan 2007 17:20:36 -0000      1.2177
@@ -1,3 +1,8 @@
+2007-01-25  Rob Savoye  <address@hidden>
+
+       * plugin/Makefile.am: Add more header paths so we can be cross
+       compiled.
+
 2007-01-25 Sandro Santilli <address@hidden>
 
        * server/sprite_instance.cpp (goto_frame):
@@ -193,6 +198,39 @@
          involved moving 'running tests' from the test-writing section
          into the user's installation section. 
 
+2007-01-21  Rob Savoye  <address@hidden>
+
+       * Makefile.am: Organize the output of dumpconfig somewhat. Make
+       some lines optional based on the configuration to save space.
+       * NEWS: Add that cross compiling is now supported.
+       * README: Mention trying cvs Head befor bug reporting.
+       * configure.ac: Check for the build and host systems. We don't
+       have to hack cross_compile. it works correctly now. Use
+       $host_alias instead $target_alias for the directory search
+       paths. Look for PNG, OLPC needs it. Define a restricted path for
+       cross configuring and export it for the other m4 scripts.
+       * doc/C/sources.xml: Clarify cross configuring based on current
+       technique.
+       * gui/Makefile.am: PTHREAD_LIBS must be after BOOST_LIBS.
+       * libamf/Makefile.am: Remove unused libraries from LDFLAGS.
+       * macros/curl.m4: Only look for curl-config in the pathlist
+       variable.
+       * macros/glib.m4: Look for glibconfig.h in the right place.
+       * macros/gtk2.m4: Add -lgobject and -lgmodule for cross
+       compiling.
+       * macros/incllist, libslist: Look in $host_alias, not
+       $target_alias.
+       * macros/libXML.m4: Only look for xml2-config in the pathlist
+       variable.
+       * macros/ming.m4: Only look for ming-config in the pathlist
+       variable.
+       * macros/pthreads.m4: Use correct comment syntax. Also look for
+       pthread.h and libpthread so we cross configure correctly.
+       * macros/sdl.m4: Only look for sdl-config in the pathlist
+       variable.
+       * plugin/klash/Makefile.am: Don't build klash here anymore.
+       * utilities/Makefile.am: Link in XML2 libs.
+
 2007-01-19 Sandro Santilli <address@hidden>
 
        * server/asobj/xmlnode.cpp (attachXMLNodeInterface): 




reply via email to

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