summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-11-07 16:45:37 +0100
committerStefan Metzmacher <metze@samba.org>2008-11-07 16:45:37 +0100
commit616bc99b141b54abba9d377d7056dccfd49d4717 (patch)
tree963dcaaaf649e8aab259a47aede6cbb3b0e80a1a /source4/librpc/config.mk
parent5a2feed9dc4e7d28dee619a6941aa49be76fb298 (diff)
downloadsamba-616bc99b141b54abba9d377d7056dccfd49d4717.tar.gz
samba-616bc99b141b54abba9d377d7056dccfd49d4717.tar.bz2
samba-616bc99b141b54abba9d377d7056dccfd49d4717.zip
s4: security.idl: split of dom_sid stuff into dom_sid.idl
This prepares having a shared security.idl file metze
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index fb0ee6f816..37c12d8891 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -51,7 +51,10 @@ NDR_COMPRESSION_OBJ_FILES = ../librpc/ndr/ndr_compression.o
[SUBSYSTEM::NDR_SECURITY]
PUBLIC_DEPENDENCIES = NDR_MISC LIBSECURITY
-NDR_SECURITY_OBJ_FILES = $(gen_ndrsrcdir)/ndr_security.o $(ndrsrcdir)/ndr_sec_helper.o
+NDR_SECURITY_OBJ_FILES = $(gen_ndrsrcdir)/ndr_security.o \
+ $(ndrsrcdir)/ndr_sec_helper.o \
+ $(gen_ndrsrcdir)/ndr_dom_sid.o \
+ $(ndrsrcdir)/ndr_dom_sid.o
PUBLIC_HEADERS += $(gen_ndrsrcdir)/security.h
@@ -738,7 +741,8 @@ python_drsuapi_OBJ_FILES = $(gen_ndrsrcdir)/py_drsuapi.o
LIBRARY_REALNAME = samba/dcerpc/security.$(SHLIBEXT)
PRIVATE_DEPENDENCIES = PYTALLOC python_dcerpc_misc python_dcerpc
-python_dcerpc_security_OBJ_FILES = $(gen_ndrsrcdir)/py_security.o
+python_dcerpc_security_OBJ_FILES = $(gen_ndrsrcdir)/py_security.o \
+ $(gen_ndrsrcdir)/py_dom_sid.o
$(IDL_HEADER_FILES) $(IDL_NDR_PARSE_H_FILES) $(IDL_NDR_PARSE_C_FILES) \
$(IDL_NDR_CLIENT_C_FILES) $(IDL_NDR_CLIENT_H_FILES) \