From: Akari Date: Mon, 7 Feb 2011 11:08:32 +0000 (+0200) Subject: added irc.o X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=713a4d9a45b85b1962d62ae0c5beccdb7c978572;p=xonotic%2Fdarkplaces.git added irc.o --- diff --git a/makefile.inc b/makefile.inc index 1c67d604..8bfe4d05 100644 --- a/makefile.inc +++ b/makefile.inc @@ -180,7 +180,8 @@ OBJ_COMMON= \ view.o \ wad.o \ world.o \ - zone.o + zone.o \ + irc.o # note that builddate.c is very intentionally not compiled to a .o before # being linked, because it should be recompiled every time an executable is