IOQ3 commit 1934

This commit is contained in:
Richard Allen 2011-05-18 00:22:17 +00:00
parent 914639b0d4
commit df709eedf1
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,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