[quake3-commits] r1934 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Mar 17 08:40:39 EDT 2011
Author: thilo
Date: 2011-03-17 08:40:39 -0400 (Thu, 17 Mar 2011)
New Revision: 1934
Modified:
trunk/Makefile
Log:
Bug 4935 - dedicated server linked against libjpeg if using system libjpeg, patch by Simon McVittie
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-03-14 17:25:20 UTC (rev 1933)
+++ trunk/Makefile 2011-03-17 12:40:39 UTC (rev 1934)
@@ -916,7 +916,7 @@
BASE_CFLAGS += -DUSE_INTERNAL_JPEG
BASE_CFLAGS += -I$(JPDIR)
else
- LIBS += -ljpeg
+ CLIENT_LIBS += -ljpeg
endif
ifdef DEFAULT_BASEDIR
More information about the quake3-commits
mailing list