From 1d0140019e9b90707968123580dd635a6bad35af Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 19 Apr 2005 19:33:49 +0000 Subject: [PATCH] Small fix git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@968 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 7cb3b3bf8..26d42408d 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -320,7 +320,7 @@ ifdef windir SW_LDFLAGS=$(SWLDFLAGS) -lmingw32 -lwsock32 -lSDLmain -lSDL else #pthread is needed because of SDL. -SW_LDFLAGS=$(SWLDFLAGS) `sdl-config --libs` -lpng -ljpeg -lSDLmain +SW_LDFLAGS=$(SWLDFLAGS) `sdl-config --libs` -lpng -ljpeg endif SW_CFLAGS=$(SWCFLAGS) `sdl-config --cflags` SWB_DIR=sw_sdl