From: Simon McVittie Date: 2011-03-16 22:00:03 +0000 Subject: don't link the dedicated server against libjpeg diff --git a/Makefile b/Makefile index 7af3fb9..c63f894 100644 --- a/Makefile +++ b/Makefile @@ -916,7 +916,7 @@ ifeq ($(USE_INTERNAL_JPEG),1) BASE_CFLAGS += -DUSE_INTERNAL_JPEG BASE_CFLAGS += -I$(JPDIR) else - LIBS += -ljpeg + CLIENT_LIBS += -ljpeg endif ifdef DEFAULT_BASEDIR