From ff1b9a5bfa52164ee2229c7b8d936c5931fd3ab1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 1 Jul 2011 11:37:54 +0200 Subject: [PATCH] fix a compile error --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ecb5fb6..1f8b26a 100644 --- a/Makefile +++ b/Makefile @@ -604,6 +604,7 @@ $(INSTALLDIR)/q3data.$(EXE): \ tools/quake3/q3data/q3data.o \ tools/quake3/q3data/stripper.o \ tools/quake3/q3data/video.o \ + libfilematch.$(A) \ libl_net.$(A) \ libmathlib.$(A) \ $(if $(findstring $(OS),Win32),icons/q3data.o,) \ -- 2.39.2