summaryrefslogtreecommitdiff
path: root/source4/torture/local/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r--source4/torture/local/config.mk8
1 files changed, 4 insertions, 4 deletions
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
#################################