diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-06-20 18:22:15 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-06-20 18:22:15 +1000 |
commit | 08656f831ce1fc149b141b10b0eb04a33e16eb95 (patch) | |
tree | 98e5bb72c6de419c7a4a85a768adb0863ea8fc6f /source4 | |
parent | b388f932ba14078697878567956c2f16ad8abc68 (diff) | |
download | samba-08656f831ce1fc149b141b10b0eb04a33e16eb95.tar.gz samba-08656f831ce1fc149b141b10b0eb04a33e16eb95.tar.bz2 samba-08656f831ce1fc149b141b10b0eb04a33e16eb95.zip |
Depend on NDR_DRSBLOBS explicity.
Something else ensures this links correctly (for the moment) but for
the long-term let's declare our depenency (for the prefixMap stuff)
here.
Andrew Bartlett
(This used to be commit 5fcb39594b07c7b7a11985711a912b7a4d629ae7)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb-samba/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk index 84007f3833..cdec317d1f 100644 --- a/source4/lib/ldb-samba/config.mk +++ b/source4/lib/ldb-samba/config.mk @@ -2,7 +2,7 @@ # Start SUBSYSTEM LDBSAMBA [SUBSYSTEM::LDBSAMBA] PUBLIC_DEPENDENCIES = LIBLDB -PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC +PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC NDR_DRSBLOBS # End SUBSYSTEM LDBSAMBA ################################################ |