summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorNadezhda Ivanova <nivanova@samba.org>2010-09-22 12:41:44 -0700
committerNadezhda Ivanova <nivanova@samba.org>2010-09-26 15:36:09 -0700
commitb77edca7f8728fbba8d4a3e6fe9f226793dad9cb (patch)
tree050f35b0ba5bad822661a28f064b13f0d759a999 /source4/dsdb/samdb/ldb_modules/config.mk
parent3d0e36bc87bd23e3d1bff7468db2eb99531d8d87 (diff)
downloadsamba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.tar.gz
samba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.tar.bz2
samba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.zip
s4-dsdb: Moved some helper functions to a separate file
We need these to be accessible to the aclread module as well.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 4c968cd713..93ce5645b7 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -5,7 +5,8 @@ PRIVATE_DEPENDENCIES = LIBLDB LIBNDR SAMDB_SCHEMA MESSAGING
DSDB_MODULE_HELPERS_OBJ_FILES = \
$(dsdbsrcdir)/samdb/ldb_modules/util.o \
- $(dsdbsrcdir)/samdb/ldb_modules/ridalloc.o
+ $(dsdbsrcdir)/samdb/ldb_modules/ridalloc.o \
+ $(dsdbsrcdir)/samdb/ldb_modules/acl_util.o
$(eval $(call proto_header_template,$(dsdbsrcdir)/samdb/ldb_modules/util_proto.h,$(DSDB_MODULE_HELPERS_OBJ_FILES:.o=.c)))