diff --git a/src/Makefile.am b/src/Makefile.am index 3c79b3fa0..8ca8940d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -308,7 +308,7 @@ libstatic_ssg_a_CXXFLAGS = $(NOREGMOVE) # Link in the specific gcc 4.1 bug work around supertuxkart_LDADD = libstatic_ssg.a \ -lplibjs -lplibsl -lplibssg -lplibpu -lplibfnt -lplibsg \ - -lplibul -lplibssgaux $(bullet_LIBS) $(enet_LIBS) $(glut_LIBS) \ + -lplibul -lplibssgaux $(irrlicht_LIBS) $(bullet_LIBS) $(enet_LIBS) $(glut_LIBS) \ $(opengl_LIBS) $(sdl_LIBS) $(openal_LIBS) $(oggvorbis_LIBS) \ $(INTLLIBS)