svn commit: samba r18176 - in branches/SAMBA_4_0/source/lib/registry: .

tridge at samba.org tridge at samba.org
Wed Sep 6 13:15:37 GMT 2006


Author: tridge
Date: 2006-09-06 13:15:37 +0000 (Wed, 06 Sep 2006)
New Revision: 18176

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

Log:

reg_util.c needs LIBREPLACE for strndup

Modified:
   branches/SAMBA_4_0/source/lib/registry/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/config.mk	2006-09-06 13:13:12 UTC (rev 18175)
+++ branches/SAMBA_4_0/source/lib/registry/config.mk	2006-09-06 13:15:37 UTC (rev 18176)
@@ -99,7 +99,7 @@
 		reg_samba.o \
 		patchfile.o
 PUBLIC_DEPENDENCIES = \
-		LIBSAMBA-UTIL CHARSET
+		LIBSAMBA-UTIL CHARSET LIBREPLACE
 PRIVATE_PROTO_HEADER = registry_proto.h
 PUBLIC_HEADERS = registry.h
 # End MODULE registry_ldb



More information about the samba-cvs mailing list