diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-14 13:19:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:03 -0500 |
commit | 4e23fe5c77358736a11109c5c270b497f3daeb53 (patch) | |
tree | 8a1c52edf002baa833be8c1f677f9122046713d7 | |
parent | ebb9dd2b83156bc126774c158d385cbe5bd5bd7d (diff) | |
download | samba-4e23fe5c77358736a11109c5c270b497f3daeb53.tar.gz samba-4e23fe5c77358736a11109c5c270b497f3daeb53.tar.bz2 samba-4e23fe5c77358736a11109c5c270b497f3daeb53.zip |
r15598: Another dependency fix
(This used to be commit 1f6022b11231169fe14de28f5d1ce4d3cb23d626)
-rw-r--r-- | source4/torture/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index c17b0b0687..1ddb038b8f 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -99,7 +99,7 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ com/simple.o PUBLIC_DEPENDENCIES = \ - com dcom + com dcom POPT_CREDENTIALS [MODULE::torture_rpc] # TORTURE_NET and TORTURE_NBT use functions from torture_rpc... |