--- libbase/Makefile.am.orig 2006-08-06 03:26:30.000000000 +0200 +++ libbase/Makefile.am 2006-08-06 03:27:45.000000000 +0200 @@ -103,8 +103,8 @@ $(JPEG_LIBS) \ $(ZLIB_LIBS) \ $(CURL_LIBS) \ - $(SDL_LIBS) -# $(OPENGL_LIBS) + $(SDL_LIBS) \ + $(OPENGL_LIBS) noinst_HEADERS = \ container.h \ --- server/Makefile.am.orig 2006-08-06 03:26:40.000000000 +0200 +++ server/Makefile.am 2006-08-06 03:27:27.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)