diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-05-08 21:17:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:15 -0500 |
commit | a90202abca26c0da5425a2f3dd8494077c3290fd (patch) | |
tree | 54db8f61fc82479021423ad39d848baaa5b57426 /source/ntptr | |
parent | 5cd100de829b75b83e49bd572a33a267cf86f215 (diff) | |
download | samba-a90202abca26c0da5425a2f3dd8494077c3290fd.tar.gz |
r22762: Some ldb_map changes:
* Change license to LGPL, so it can be used by non-Samba users of
LDB (cleared with Martin as well).
* Include ldb_map in standalone build.
* Move ldb_map to its own directory
Diffstat (limited to 'source/ntptr')
-rw-r--r-- | source/ntptr/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ntptr/config.mk b/source/ntptr/config.mk index c47ccac7552..38a582291f3 100644 --- a/source/ntptr/config.mk +++ b/source/ntptr/config.mk @@ -8,7 +8,7 @@ SUBSYSTEM = ntptr OBJ_FILES = \ simple_ldb/ntptr_simple_ldb.o PRIVATE_DEPENDENCIES = \ - ldb NDR_SPOOLSS DCERPC_COMMON + LIBLDB NDR_SPOOLSS DCERPC_COMMON # End MODULE ntptr_simple_ldb ################################################ |