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

jelmer at samba.org jelmer at samba.org
Sat Mar 25 21:02:22 GMT 2006


Author: jelmer
Date: 2006-03-25 21:02:22 +0000 (Sat, 25 Mar 2006)
New Revision: 14729

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

Log:
Install db_wrap.h and db_wrap_proto.h

Modified:
   branches/SAMBA_4_0/source/headermap.txt
   branches/SAMBA_4_0/source/lib/basic.mk


Changeset:
Modified: branches/SAMBA_4_0/source/headermap.txt
===================================================================
--- branches/SAMBA_4_0/source/headermap.txt	2006-03-25 20:58:11 UTC (rev 14728)
+++ branches/SAMBA_4_0/source/headermap.txt	2006-03-25 21:02:22 UTC (rev 14729)
@@ -83,3 +83,5 @@
 libcli/util/asn1_proto.h: samba/asn1/proto.h
 libcli/util/error.h: core/error.h
 libcli/util/proto.h: core/error_proto.h
+lib/db_wrap.h: db_wrap.h
+lib/db_wrap_proto.h: db_wrap/proto.h 

Modified: branches/SAMBA_4_0/source/lib/basic.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/basic.mk	2006-03-25 20:58:11 UTC (rev 14728)
+++ branches/SAMBA_4_0/source/lib/basic.mk	2006-03-25 21:02:22 UTC (rev 14729)
@@ -55,7 +55,8 @@
 		gencache/gencache.o \
 
 [SUBSYSTEM::DB_WRAP]
-PRIVATE_PROTO_HEADER = db_wrap_proto.h
+PUBLIC_PROTO_HEADER = db_wrap_proto.h
+PUBLIC_HEADERS = db_wrap.h
 OBJ_FILES = db_wrap.o \
 		gendb.o
 REQUIRED_SUBSYSTEMS = ldb LIBTDB LDBSAMBA



More information about the samba-cvs mailing list