From: res Date: Wed, 16 Jan 2008 11:07:22 +0000 (+0000) Subject: Add cl_gecko.c to Makefile X-Git-Tag: xonotic-v0.1.0preview~2543 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=0a5bcf5dd2555fa3d373a60bba724365f9244578;p=xonotic%2Fdarkplaces.git Add cl_gecko.c to Makefile git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7965 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index 126dad00..9a9c51bb 100644 --- a/makefile.inc +++ b/makefile.inc @@ -71,6 +71,7 @@ OBJ_COMMON= \ cl_collision.o \ cl_demo.o \ cl_dyntexture.o \ + cl_gecko.o \ cl_input.o \ cl_main.o \ cl_parse.o \