From ebb7c0b4e88989bcd35338d40e2ae4cc38b9d5f4 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 5 Mar 2009 04:32:45 +0000 Subject: [PATCH] Updated makefile to support irrlicht (should have been part of commit r3210). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3214 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)