diff options
author | Nadezhda Ivanova <nadezhda.ivanova@postpath.com> | 2009-09-14 19:44:41 +0300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-09-16 07:52:05 -0700 |
commit | d70e17171912c190b258848edb1ae627fe59cde4 (patch) | |
tree | 91293861c1a4447a85f0c63dd65928cb706dee02 /source4/libcli/security/config.mk | |
parent | fec33db90ebd998f17ed2d539d67abb448e09af2 (diff) | |
download | samba-d70e17171912c190b258848edb1ae627fe59cde4.tar.gz samba-d70e17171912c190b258848edb1ae627fe59cde4.tar.bz2 samba-d70e17171912c190b258848edb1ae627fe59cde4.zip |
Owner and group defaulting.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli/security/config.mk')
-rw-r--r-- | source4/libcli/security/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/security/config.mk b/source4/libcli/security/config.mk index d08c25d66f..ca545f817f 100644 --- a/source4/libcli/security/config.mk +++ b/source4/libcli/security/config.mk @@ -2,6 +2,6 @@ PUBLIC_DEPENDENCIES = LIBNDR LIBSECURITY_COMMON LIBSECURITY_OBJ_FILES = $(addprefix $(libclisrcdir)/security/, \ - security_token.o access_check.o privilege.o sddl.o) \ + security_token.o access_check.o privilege.o sddl.o create_descriptor.o) \ $(eval $(call proto_header_template,$(libclisrcdir)/security/proto.h,$(LIBSECURITY_OBJ_FILES:.o=.c))) |