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/smb2 | |
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/smb2')
-rw-r--r-- | source4/torture/smb2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk index 6403f231f5..7463a31318 100644 --- a/source4/torture/smb2/config.mk +++ b/source4/torture/smb2/config.mk @@ -16,7 +16,7 @@ OBJ_FILES = \ lock.o \ notify.o \ smb2.o -PUBLIC_DEPENDENCIES = \ +PRIVATE_DEPENDENCIES = \ LIBCLI_SMB2 POPT_CREDENTIALS # End SUBSYSTEM TORTURE_SMB2 ################################# |