diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 11:28:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:15 -0500 |
commit | 65881651c6247bc5374c4005e59c5b1a498fc54d (patch) | |
tree | a7cebe1496a541499c5252d17cefafe62d986646 /source4/torture/local | |
parent | 344cde462e460c5a6effa6651e039d6384681eea (diff) | |
download | samba-65881651c6247bc5374c4005e59c5b1a498fc54d.tar.gz samba-65881651c6247bc5374c4005e59c5b1a498fc54d.tar.bz2 samba-65881651c6247bc5374c4005e59c5b1a498fc54d.zip |
r22407: this dependecies should be private
metze
(This used to be commit 7ad60e62fd4fb1317cc86ef430d35d2c54fd20c2)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 8 |
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 ################################# |