git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb5a4e
)
Depend on NDR_DRSBLOBS explicity.
author
Andrew Bartlett
<abartlet@samba.org>
Fri, 20 Jun 2008 08:22:15 +0000
(18:22 +1000)
committer
Andrew Bartlett
<abartlet@samba.org>
Fri, 20 Jun 2008 08:22:15 +0000
(18:22 +1000)
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
source/lib/ldb-samba/config.mk
patch
|
blob
|
history
diff --git
a/source/lib/ldb-samba/config.mk
b/source/lib/ldb-samba/config.mk
index 84007f3833a7e6fc7ff2341fcedeb4fe3c4cad4b..cdec317d1f8d4d6582865309d6e6fb1b257dd687 100644
(file)
--- a/
source/lib/ldb-samba/config.mk
+++ b/
source/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
################################################