diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 12:37:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:27 -0500 |
commit | ebea5caed7d5a997dae49f50ecc1c9240a048840 (patch) | |
tree | 5abae60cea5ac42031642b5253925d7f34e76d69 /source4/librpc/config.mk | |
parent | d817c837445a9aa4639359ab8271fe95a11cb5e5 (diff) | |
download | samba-ebea5caed7d5a997dae49f50ecc1c9240a048840.tar.gz samba-ebea5caed7d5a997dae49f50ecc1c9240a048840.tar.bz2 samba-ebea5caed7d5a997dae49f50ecc1c9240a048840.zip |
r13929: fix dependencies
metze
(This used to be commit 45fc905d83aa73c51db0ff1c395250e3b10d6cdd)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 59fee575d2..52748315ef 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -284,7 +284,7 @@ OBJ_FILES = ndr/ndr_krb5pac.o [SUBSYSTEM::NDR_XATTR] OBJ_FILES = gen_ndr/ndr_xattr.o NOPROTO = YES -REQUIRED_SUBSYSTEMS = LIBNDR +REQUIRED_SUBSYSTEMS = LIBNDR NDR_SECURITY [SUBSYSTEM::NDR_OPENDB] OBJ_FILES = gen_ndr/ndr_opendb.o |