svn commit: samba r18131 - in branches/SAMBA_4_0/source/lib: charset tdb

tridge at samba.org tridge at samba.org
Wed Sep 6 05:21:33 GMT 2006


Author: tridge
Date: 2006-09-06 05:21:32 +0000 (Wed, 06 Sep 2006)
New Revision: 18131

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

Log:

fixed tdb subsystem to use right tdb.h
fixed LIBREPLACE dep in lib/charset

Modified:
   branches/SAMBA_4_0/source/lib/charset/config.mk
   branches/SAMBA_4_0/source/lib/tdb/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/charset/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
+++ branches/SAMBA_4_0/source/lib/charset/config.mk	2006-09-06 05:21:32 UTC (rev 18131)
@@ -7,6 +7,6 @@
 		util_unistr.o
 PUBLIC_HEADERS = charset.h
 PUBLIC_PROTO_HEADER = charset_proto.h
-PUBLIC_DEPENDENCIES = ICONV
+PUBLIC_DEPENDENCIES = ICONV LIBREPLACE
 # End SUBSYSTEM CHARSET
 ################################################

Modified: branches/SAMBA_4_0/source/lib/tdb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
+++ branches/SAMBA_4_0/source/lib/tdb/config.mk	2006-09-06 05:21:32 UTC (rev 18131)
@@ -8,6 +8,7 @@
 	common/tdb.o common/dump.o common/io.o common/lock.o \
 	common/open.o common/traverse.o common/freelist.o \
 	common/error.o common/transaction.o common/tdbutil.o
+CFLAGS = -Ilib/tdb/include
 PUBLIC_DEPENDENCIES = \
 		LIBREPLACE
 PUBLIC_HEADERS = include/tdb.h



More information about the samba-cvs mailing list