From 3c5746fef0f5f77cbc9b9a128d84657c4da5b5c2 Mon Sep 17 00:00:00 2001 From: lfittl Date: Mon, 11 Sep 2006 20:56:55 +0000 Subject: [PATCH] - Link only loki statically, but not other libs (tests) git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@701 7ec92016-0320-0410-acc4-a06ded1c099a --- test/Makefile.common | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/Makefile.common b/test/Makefile.common index 23cb815..a8a649e 100644 --- a/test/Makefile.common +++ b/test/Makefile.common @@ -1,13 +1,7 @@ include ../../Makefile.common override CPPFLAGS += -I../../include -DNDEBUG -ifeq ($(OS),Darwin) - override LDFLAGS += -L../../lib -else - override LDFLAGS += -L../../lib -static -endif - -LDLIBS := -lloki +LDLIBS := ../../lib/libloki.a ifeq ($(OS),Windows) BIN_SUFFIX := .exe