diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-14 23:07:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:59 -0500 |
commit | 9ee60bc67144d8e9ae187898eb341969a60fe1a6 (patch) | |
tree | 7ad6f24bdaff1bf5b58f93fde8e9eb689928ab54 | |
parent | 452ef0b40dc01a1a31c92b54ae771e06bb2d0de1 (diff) | |
download | samba-9ee60bc67144d8e9ae187898eb341969a60fe1a6.tar.gz samba-9ee60bc67144d8e9ae187898eb341969a60fe1a6.tar.bz2 samba-9ee60bc67144d8e9ae187898eb341969a60fe1a6.zip |
r15605: Yet another dependencies fix
(This used to be commit eef495a8efd8d5e8bcb42226b1885648774c5c76)
-rw-r--r-- | source4/torture/local/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index b98c3b3516..9806a10062 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -22,7 +22,8 @@ PUBLIC_DEPENDENCIES = \ LIBCLI_SMB \ MESSAGING \ ICONV \ - registry + registry \ + POPT_CREDENTIALS # End SUBSYSTEM TORTURE_LOCAL ################################# |