From 65881651c6247bc5374c4005e59c5b1a498fc54d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Apr 2007 11:28:25 +0000 Subject: r22407: this dependecies should be private metze (This used to be commit 7ad60e62fd4fb1317cc86ef430d35d2c54fd20c2) --- source4/torture/local/config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/torture/local/config.mk') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 27b9f90fa0..c089cfd887 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -36,7 +36,7 @@ OBJ_FILES = \ local.o \ dbspeed.o \ torture.o -PUBLIC_DEPENDENCIES = \ +PRIVATE_DEPENDENCIES = \ RPC_NDR_ECHO \ TDR \ LIBCLI_SMB \ @@ -46,9 +46,9 @@ PUBLIC_DEPENDENCIES = \ LIBCRYPTO \ POPT_CREDENTIALS \ TORTURE_AUTH \ - TORTURE_UTIL -PRIVATE_DEPENDENCIES = TORTURE_NDR \ - share + TORTURE_UTIL \ + TORTURE_NDR \ + share # End SUBSYSTEM TORTURE_LOCAL ################################# -- cgit