diff TaskManager/Test/test_render/Makefile.cell @ 526:413667c70a1d draft

fix
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 22 Oct 2009 01:31:09 +0900
parents 8d86242337ba
children
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile.cell	Wed Oct 21 21:05:34 2009 +0900
+++ b/TaskManager/Test/test_render/Makefile.cell	Thu Oct 22 01:31:09 2009 +0900
@@ -14,7 +14,7 @@
 LIBS += -lCellManager -lspe2 -lpthread
 
 CFLAGS += `sdl-config --cflags` `xml2-config --cflags`
-LIBS   += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs`
+LIBS   += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` -llindaapi
 
 .SUFFIXES: .cc .o