summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-27 14:36:28 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-27 14:36:28 +0200
commit936b973acbc756cc3b6cb0d9df85ebc28ba76ae7 (patch)
tree614987027a7be32b9d6e2d1d99da6dfbfe95dadf /source4/lib/ldb/config.mk
parent3d2d3060f21af273257c4007cfd67516e7e3453d (diff)
downloadsamba-936b973acbc756cc3b6cb0d9df85ebc28ba76ae7.tar.gz
samba-936b973acbc756cc3b6cb0d9df85ebc28ba76ae7.tar.bz2
samba-936b973acbc756cc3b6cb0d9df85ebc28ba76ae7.zip
Use new dynconfig.h location.
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index d63b440788..cc8f1e36ab 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -130,6 +130,8 @@ LIBLDB_SOVERSION = 0
LIBLDB_OBJ_FILES = $(addprefix $(ldbdir)/common/, ldb.o ldb_ldif.o ldb_parse.o ldb_msg.o ldb_utf8.o ldb_debug.o ldb_modules.o ldb_match.o ldb_attributes.o attrib_handlers.o ldb_dn.o ldb_controls.o qsort.o) $(ldb_map_OBJ_FILES)
+$(LIBLDB_OBJ_FILES): CFLAGS+=-I$(ldbdir)/include
+
PUBLIC_HEADERS += $(ldbdir)/include/ldb.h $(ldbdir)/include/ldb_errors.h
MANPAGES += $(ldbdir)/man/ldb.3