svn commit: samba r26459 - in branches/SAMBA_4_0: . source/lib/ldb/ldb_ildap source/libcli

jelmer at samba.org jelmer at samba.org
Sat Dec 15 20:53:46 GMT 2007


Author: jelmer
Date: 2007-12-15 20:53:45 +0000 (Sat, 15 Dec 2007)
New Revision: 26459

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

Log:
Build ildap module as shared module by default.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/config.mk
   branches/SAMBA_4_0/source/libcli/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/ldb_ildap/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/config.mk	2007-12-14 17:32:48 UTC (rev 26458)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/config.mk	2007-12-15 20:53:45 UTC (rev 26459)
@@ -3,7 +3,7 @@
 [MODULE::ldb_ildap]
 SUBSYSTEM = LIBLDB
 CFLAGS = -Ilib/ldb/include
-#OUTPUT_TYPE = SHARED_LIBRARY
+OUTPUT_TYPE = SHARED_LIBRARY
 PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP
 INIT_FUNCTION = ldb_ildap_init
 ALIASES = ldapi ldaps ldap

Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2007-12-14 17:32:48 UTC (rev 26458)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2007-12-15 20:53:45 UTC (rev 26459)
@@ -134,7 +134,7 @@
 
 [SUBSYSTEM::LIBCLI_RAW]
 PRIVATE_PROTO_HEADER = raw/raw_proto.h
-PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE 
+PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE LP_RESOLVE
 PUBLIC_DEPENDENCIES = samba-socket LIBPACKET gensec LIBCRYPTO
 LDFLAGS = $(SUBSYSTEM_LIBCLI_SMB_COMPOSITE_OUTPUT)
 OBJ_FILES = raw/rawfile.o \



More information about the samba-cvs mailing list