1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r14729: Install db_wrap.h and db_wrap_proto.h

(This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)
This commit is contained in:
Jelmer Vernooij 2006-03-25 21:02:22 +00:00 committed by Gerald (Jerry) Carter
parent d2cc33c9c7
commit 36e50ecc04
2 changed files with 4 additions and 1 deletions

View 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

View 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