svn commit: samba r25105 - in branches/SAMBA_4_0: . source/lib/ldb

jelmer at samba.org jelmer at samba.org
Tue Sep 11 22:45:16 GMT 2007


Author: jelmer
Date: 2007-09-11 22:45:15 +0000 (Tue, 11 Sep 2007)
New Revision: 25105

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25105

Log:
No need to register ldb_map as a module.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/ldb/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-11 21:52:44 UTC (rev 25104)
+++ branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-11 22:45:15 UTC (rev 25105)
@@ -72,10 +72,9 @@
 
 ################################################
 # Start MODULE ldb_map
-[MODULE::ldb_map]
+[SUBSYSTEM::ldb_map]
 PRIVATE_DEPENDENCIES = LIBTALLOC
 CFLAGS = -Ilib/ldb/include -Ilib/ldb/ldb_map
-SUBSYSTEM = LIBLDB
 OBJ_FILES = \
 		ldb_map/ldb_map_inbound.o \
 		ldb_map/ldb_map_outbound.o \



More information about the samba-cvs mailing list