diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-21 07:52:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:37 -0500 |
commit | 5be159f304411b58c417a979c819f9ab211a0337 (patch) | |
tree | 332eede05fc983d4a1fb872618162f98d0c2f990 /source4/lib/ldb/config.mk | |
parent | eb0a13025aa6d693c7e9fa213ef04fa58cf60e3e (diff) | |
download | samba-5be159f304411b58c417a979c819f9ab211a0337.tar.gz samba-5be159f304411b58c417a979c819f9ab211a0337.tar.bz2 samba-5be159f304411b58c417a979c819f9ab211a0337.zip |
r7804: added the samba specific ldif handlers into the tree, but don't enable
them just yet. I have tested them, and they work fine, but enabling
them will break code in rpc_server/ and samdb, so we need to fix that
first
(This used to be commit 07d459406b4c63e49141e0e533e1274b4052abf9)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 9206ac1081..00568aeda8 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -91,11 +91,19 @@ REQUIRED_SUBSYSTEMS = \ ################################################ ################################################ +# Start SUBSYSTEM LDBSAMBA +[SUBSYSTEM::LDBSAMBA] +OBJ_FILES = \ + lib/ldb/samba/ldif_handlers.o +# End SUBSYSTEM LDBSAMBA +################################################ + +################################################ # Start SUBSYSTEM LIBLDB_CMDLINE [SUBSYSTEM::LIBLDB_CMDLINE] OBJ_FILES= \ lib/ldb/tools/cmdline.o -REQUIRED_SUBSYSTEMS = LIBLDB LIBCMDLINE LIBBASIC +REQUIRED_SUBSYSTEMS = LIBLDB LIBCMDLINE LIBBASIC LDBSAMBA # End SUBSYSTEM LIBLDB_CMDLINE ################################################ |