CVSROOT: /sources/gnash Module name: gnash Changes by: Martin Guy <martinwguy> 07/07/06 08:27:19
Modified files: backend : Makefile.am Log message: * backend/Makefile.am: Move a GUI test to its logical place CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend/Makefile.am?cvsroot=gnash&r1=1.55&r2=1.56 Patches: Index: Makefile.am =================================================================== RCS file: /sources/gnash/gnash/backend/Makefile.am,v retrieving revision 1.55 retrieving revision 1.56 diff -u -b -r1.55 -r1.56 --- Makefile.am 1 Jul 2007 10:53:47 -0000 1.55 +++ Makefile.am 6 Jul 2007 08:27:19 -0000 1.56 @@ -78,6 +78,12 @@ RENDER_SOURCES = render_handler_tri.cpp SOUND_SOURCES = sound_handler.cpp +if USE_RENDERER_AGG +RENDER_SOURCES += render_handler_agg.cpp +libgnashbackend_LIBS += $(AGG_LIBS) +AM_CPPFLAGS += $(AGG_CFLAGS) +endif + if USE_RENDERER_CAIRO RENDER_SOURCES += render_handler_cairo.cpp libgnashbackend_LIBS += $(CAIRO_LIBS) @@ -110,12 +116,6 @@ endif endif -if USE_RENDERER_AGG -RENDER_SOURCES += render_handler_agg.cpp -libgnashbackend_LIBS += $(AGG_LIBS) -AM_CPPFLAGS += $(AGG_CFLAGS) -endif - libgnashbackend_la_LIBADD = \ $(top_builddir)/libbase/libgnashbase.la \ $(top_builddir)/server/libgnashserver.la \ _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit