summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-22 20:41:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:06 -0500
commite90d88106abc869d01f20cf319032eb95af04a53 (patch)
treec3dd8f8ebbea837c547981b98140723bb8fc0b4b /source4/lib/ldb/config.mk
parent3c7df1118c5bc42a323bb28ac893706dd64043d0 (diff)
downloadsamba-e90d88106abc869d01f20cf319032eb95af04a53.tar.gz
samba-e90d88106abc869d01f20cf319032eb95af04a53.tar.bz2
samba-e90d88106abc869d01f20cf319032eb95af04a53.zip
r14660: Install ldb_errors.h
(This used to be commit 438636c475066533dec9a7464a01dece125320c6)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 84b76215fb..a2a6e9ef73 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -155,7 +155,7 @@ OBJ_FILES = \
REQUIRED_SUBSYSTEMS = \
LIBREPLACE LIBTALLOC
MANPAGE = man/ldb.3
-PUBLIC_HEADERS = include/ldb.h
+PUBLIC_HEADERS = include/ldb.h include/ldb_errors.h
#
# End SUBSYSTEM ldb
################################################