diff -u gnash/libbase/Makefile.am.orig gnash/libbase/Makefile.am --- gnash/libbase/Makefile.am.orig 2006-06-07 22:28:25.000000000 +0200 +++ gnash/libbase/Makefile.am 2006-06-07 22:35:51.000000000 +0200 @@ -94,8 +94,8 @@ $(JPEG_LIBS) \ $(ZLIB_LIBS) \ $(CURL_LIBS) \ - $(SDL_LIBS) -# $(OPENGL_LIBS) + $(SDL_LIBS) \ + $(OPENGL_LIBS) noinst_HEADERS = \ container.h \ diff -u gnash/server/Makefile.am.orig gnash/server/Makefile.am --- gnash/server/Makefile.am.orig 2006-06-07 22:28:28.000000000 +0200 +++ gnash/server/Makefile.am 2006-06-07 22:36:00.000000000 +0200 @@ -184,8 +184,8 @@ libgnashserver_la_LIBADD = \ $(ZLIB_LIBS) \ - $(LIBXML_LIBS) -# $(OPENGL_LIBS) + $(LIBXML_LIBS) \ + $(OPENGL_LIBS) #libserver_la_LDFLAGS = -module -avoid-version -no-undefined #libserver_la_LIBDADD = #@DL_LIB@ # $(LIBLTDL) diff -u gnash/gui/Makefile.am.orig gnash/gui/Makefile.am --- gnash/gui/Makefile.am.orig 2006-08-06 08:31:57.000000000 +0200 +++ gnash/gui/Makefile.am 2006-08-06 08:38:15.000000000 +0200 @@ -152,7 +152,9 @@ libgnashgui_la_LIBADD = \ ../server/libgnashserver.la \ - ../libamf/libgnashamf.la + ../libamf/libgnashamf.la \ + ../backend/libgnashbackend.la \ + $(GLEXT_LIBS) if USE_GUI_KDE bin_PROGRAMS = gnash klash