diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-25 21:02:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:15 -0500 |
commit | 36e50ecc04abd678ef9b8a748d87d8fc5242572b (patch) | |
tree | 97e7437d4799e5fd4ee03bd1df9b24e42377d1fe /source4/lib | |
parent | d2cc33c9c746ebad495d555eda30b1fc1470f5e0 (diff) | |
download | samba-36e50ecc04abd678ef9b8a748d87d8fc5242572b.tar.gz samba-36e50ecc04abd678ef9b8a748d87d8fc5242572b.tar.bz2 samba-36e50ecc04abd678ef9b8a748d87d8fc5242572b.zip |
r14729: Install db_wrap.h and db_wrap_proto.h
(This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/basic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 81d49e20c2..d6b355362c 100644 --- a/source4/lib/basic.mk +++ b/source4/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 |