]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
This is a patch from Elric greatly cleaning up the filesystem portions of the engine...
[xonotic/darkplaces.git] / makefile
index 507f6233cdb806b1fa7bc8fffe04def469186c65..9da3b6b6d38be5313f61c0d687bb9b2f4a1ff336 100644 (file)
--- a/makefile
+++ b/makefile
@@ -50,7 +50,7 @@ SHAREDOBJECTS=        builddate.o cmd.o collision.o common.o crc.o cvar.o \
                filematch.o host.o host_cmd.o image.o mathlib.o matrixlib.o \
                model_alias.o model_brush.o model_shared.o model_sprite.o \
                net_bsd.o net_dgrm.o net_loop.o net_main.o net_master.o \
-               net_udp.o palette.o portals.o protocol.o quakeio.o sys_linux.o \
+               net_udp.o palette.o portals.o protocol.o fs.o sys_linux.o \
                sys_shared.o world.o wad.o zone.o
 
 OBJ_COMMON= $(CLIENTOBJECTS) $(SERVEROBJECTS) $(SHAREDOBJECTS)