Bug 4935 - dedicated server linked against libjpeg if using system libjpeg, patch by Simon McVittie

This commit is contained in:
Thilo Schulz 2011-03-17 12:40:39 +00:00
parent c1d8a260ae
commit 76bbd95207
1 changed files with 1 additions and 1 deletions

View File

@ -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