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

View file

@ -916,7 +916,7 @@ ifeq ($(USE_INTERNAL_JPEG),1)
BASE_CFLAGS += -DUSE_INTERNAL_JPEG BASE_CFLAGS += -DUSE_INTERNAL_JPEG
BASE_CFLAGS += -I$(JPDIR) BASE_CFLAGS += -I$(JPDIR)
else else
LIBS += -ljpeg CLIENT_LIBS += -ljpeg
endif endif
ifdef DEFAULT_BASEDIR ifdef DEFAULT_BASEDIR