From: havoc Date: Wed, 28 Nov 2007 04:02:30 +0000 (+0000) Subject: add cl_dyntexture.o to makefile X-Git-Tag: xonotic-v0.1.0preview~2761 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=39810a7b640f01d94df16c2dae8335987e8d3f11;p=xonotic%2Fdarkplaces.git add cl_dyntexture.o to makefile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7723 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index b3eaf5d0..36aa7833 100644 --- a/makefile.inc +++ b/makefile.inc @@ -66,6 +66,7 @@ OBJ_COMMON= \ cd_shared.o \ cl_collision.o \ cl_demo.o \ + cl_dyntexture.o \ cl_input.o \ cl_main.o \ cl_parse.o \