summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-01-26 21:40:45 +0000
committerTim Angus <tim@ngus.net>2013-02-16 21:54:27 +0000
commit8087aac13d690c6400c4333f4b9cddb6cdf1cd22 (patch)
treee197caa517aea973a896b9333d258e90e0417574 /Makefile
parentbb36efc466eec1dee0c72895fe66036c6cfd51e6 (diff)
Fix some SMP bits I missed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17e3740d..8354df18 100644
--- a/Makefile
+++ b/Makefile
@@ -1398,7 +1398,8 @@ Q3R2OBJ = \
$(B)/rend2/tr_vbo.o \
$(B)/rend2/tr_world.o \
\
- $(B)/renderer/sdl_gamma.o
+ $(B)/renderer/sdl_gamma.o \
+ $(B)/renderer/sdl_glimp.o
Q3R2STRINGOBJ = \
$(B)/rend2/glsl/bokeh_fp.o \