From 4ddcdbb5f62a5229e5b42d73a7bc2f5a09aa207f Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 12 Mar 2013 23:04:31 +0000 Subject: [PATCH] ------------------------------------------------------------------------ r4221 | acceptthis | 2013-02-21 10:29:11 +0000 (Thu, 21 Feb 2013) | 1 line npfte now links against lib png/jpeg fully dynamically on linux, and thus optionally, reducing dependancies. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4218 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index 851cc1ed7..5f767f6e4 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -923,8 +923,8 @@ ifneq ($(shell echo $(FTE_TARGET)|grep linux),) NPFTE_OBJS=httpclient.o image.o sys_linux_threads.o sys_npfte.o sys_axfte.o sys_plugfte.o NPFTE_DLL_NAME=../npfte$(BITS).so - NPFTE_LDFLAGS=$(IMAGELDFLAGS) -shared - NPFTE_CFLAGS=$(NPFTECFLAGS) $(W32_CFLAGS) -DMULTITHREAD -fPIC + NPFTE_LDFLAGS=-shared + NPFTE_CFLAGS=$(NPFTECFLAGS) $(W32_CFLAGS) -DMULTITHREAD -fPIC -DDYNAMIC_LIBPNG -DDYNAMIC_LIBJPEG NPFTEB_DIR=npfte_linux$(BITS) GLCL_OBJS=$(GL_OBJS) $(D3DGL_OBJS) $(GLQUAKE_OBJS) $(BOTLIB_OBJS) $(SPEEX_OBJS) gl_vidlinuxglx.o gl_videgl.o snd_alsa.o snd_linux.o cd_linux.o sys_linux.o sys_linux_threads.o