r14729: Install db_wrap.h and db_wrap_proto.h
authorJelmer Vernooij <jelmer@samba.org>
Sat, 25 Mar 2006 21:02:22 +0000 (21:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:15 +0000 (13:59 -0500)
(This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)

source4/headermap.txt
source4/lib/basic.mk

index 83777120eedd459896fccfe55c7c25292238ce2c..de198789998ffcb5a175cacfb7fe14999e92f67d 100644 (file)
@@ -83,3 +83,5 @@ libcli/util/asn_1.h: samba/asn1.h
 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 
index 81d49e20c2d77135ab76e76ff67b0d5d55e299a8..d6b355362cfb9ea5d50ba271ca0b7a9e018fc695 100644 (file)
@@ -55,7 +55,8 @@ OBJ_FILES = \
                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