gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12300: Fixing small linking problem


From: Andrea Palmatè
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12300: Fixing small linking problems on AmigaOS4
Date: Tue, 13 Jul 2010 00:04:07 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12300
committer: Andrea Palmatè <address@hidden>
branch nick: gnash
timestamp: Tue 2010-07-13 00:04:07 +0200
message:
  Fixing small linking problems on AmigaOS4
modified:
  gui/am-frag/aos4.am
=== modified file 'gui/am-frag/aos4.am'
--- a/gui/am-frag/aos4.am       2010-03-11 03:27:57 +0000
+++ b/gui/am-frag/aos4.am       2010-07-12 22:04:07 +0000
@@ -28,6 +28,7 @@
 aos4_gnash_LDFLAGS = $(LIBLTDL) -export-dynamic 
 #aos4_gnash_DEPENDENCIES = .configline
 aos4_gnash_LDADD = \
+       $(top_builddir)/librender/libgnashrender.la \
        $(MYSQL_LIBS) \
        $(GNASH_LIBS) \
        $(AM_LDFLAGS) \
@@ -35,22 +36,19 @@
 
 # if BUILD_OGL_RENDERER
 # aos4_gnash_CPPFLAGS += $(OPENGL_CFLAGS)
-# aos4_gnash_LDADD += $(top_builddir)/librender/libgnashogl.la \
 #      $(OPENGL_LIBS)
 # aos4_gnash_SOURCES += aos4_ogl_glue.cpp aos4_ogl_glue.h 
 # endif
 
 if BUILD_AGG_RENDERER
 aos4_gnash_CPPFLAGS += $(AGG_CFLAGS)
-aos4_gnash_LDADD += $(top_builddir)/librender/libgnashagg.la \
-       $(AGG_LIBS)
+aos4_gnash_LDADD += $(AGG_LIBS)
 aos4_gnash_SOURCES += aos4_agg_glue.cpp aos4_agg_glue.h 
 endif
 
 if BUILD_CAIRO_RENDERER
 aos4_gnash_CPPFLAGS += $(CAIRO_CFLAGS)
-aos4_gnash_LDADD += $(top_builddir)/librender/libgnashcairo.la \
-       $(CAIRO_LIBS) 
+aos4_gnash_LDADD += $(CAIRO_LIBS) 
 aos4_gnash_SOURCES += aos4_cairo_glue.cpp aos4_cairo_glue.h 
 endif
 endif


reply via email to

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