summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-25 18:47:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:14 -0500
commit935af3eb1963761b4c8fd9e0e9902ad592f948bf (patch)
treeb3444a78fc16849758d1d19cef529ace32232154 /source4/dsdb
parent13ea7bb7538050b21abcab9c2db7a2f85e2fdd02 (diff)
downloadsamba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.gz
samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.bz2
samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.zip
r14724: Rearrange some source files, install more headers.
(This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index ba8da697e8..b0ab2cda62 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -5,7 +5,8 @@ include samdb/ldb_modules/config.mk
################################################
# Start SUBSYSTEM SAMDB
[SUBSYSTEM::SAMDB]
-PRIVATE_PROTO_HEADER = samdb/samdb_proto.h
+PUBLIC_PROTO_HEADER = samdb/samdb_proto.h
+PUBLIC_HEADERS = samdb/samdb.h
REQUIRED_SUBSYSTEMS = DB_WRAP LIBCLI_LDAP
OBJ_FILES = \
samdb/samdb.o \