From b00c2369069c41880598ff430776cc26e8f7b916 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Apr 2006 21:46:44 +0000 Subject: r15301: Use static libraries internally. This required a few hacks in the build system - these should be removed later on. (This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9) --- source4/torture/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 09790a686d..58de5bdd0b 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -176,7 +176,7 @@ OBJ_FILES = \ auth/ntlmssp.o \ auth/pac.o PUBLIC_DEPENDENCIES = \ - LIBSMB gensec auth + LIBSMB gensec auth LIBSAMBA3 # End SUBSYSTEM TORTURE_AUTH ################################# -- cgit