summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-14 16:34:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:47 -0500
commit836f6ea0bfea0721c55fc155f6f4b19a1316c1ef (patch)
tree78f7ad0fc5f805d52e0136f5f6f5ad8999f7baf1 /source4/lib/registry/config.mk
parent8e16d8a76f8a3b8ccc89eb317c8e5daa6cf43b71 (diff)
downloadsamba-836f6ea0bfea0721c55fc155f6f4b19a1316c1ef.tar.gz
samba-836f6ea0bfea0721c55fc155f6f4b19a1316c1ef.tar.bz2
samba-836f6ea0bfea0721c55fc155f6f4b19a1316c1ef.zip
r3734: Fix some incorrect dependencies
(This used to be commit 3add9e7de52496b135a230cccfd2d99a8b77ddd0)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index 1a12b0ade6..9c6ed24148 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -38,7 +38,7 @@ SUBSYSTEM = REGISTRY
INIT_OBJ_FILES = \
lib/registry/reg_backend_rpc/reg_backend_rpc.o
REQUIRED_SUBSYSTEMS = \
- LIBSMB
+ LIBRPC
# End MODULE registry_rpc
################################################