diff --git a/source/headermap.txt b/source/headermap.txt index 83777120eed..de198789998 100644 --- a/source/headermap.txt +++ b/source/headermap.txt @@ -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 diff --git a/source/lib/basic.mk b/source/lib/basic.mk index 81d49e20c2d..d6b355362cf 100644 --- a/source/lib/basic.mk +++ b/source/lib/basic.mk @@ -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