summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-24 13:53:36 +0100
committerGünther Deschner <gd@samba.org>2008-01-24 13:54:45 +0100
commitdf5b03a7802f1fedb2fd91f75f3545459be9f0e0 (patch)
tree5d0faf71720bf77f91039eab3525aac460bcb695 /source3/Makefile.in
parentb00529585d0a1d364be766e16779e5ff4ae5c43d (diff)
downloadsamba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.tar.gz
samba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.tar.bz2
samba-df5b03a7802f1fedb2fd91f75f3545459be9f0e0.zip
Re-run make idl and use generated ndr based on samba4 security.idl (except for DOM_SID).
Guenther (This used to be commit 1781a57b18f681f1bc03873330147a813f10eba2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c519ff8985..5b408a5c2b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -257,6 +257,7 @@ LIBNDR_OBJ = librpc/ndr/ndr_basic.o \
librpc/ndr/ndr.o \
librpc/ndr/ndr_misc.o \
librpc/gen_ndr/ndr_misc.o \
+ librpc/gen_ndr/ndr_security.o \
librpc/ndr/ndr_sec_helper.o \
librpc/ndr/ndr_string.o \
librpc/ndr/sid.o \
@@ -1091,7 +1092,7 @@ modules: SHOWFLAGS $(MODULES)
## Perl IDL Compiler
IDL_FILES = unixinfo.idl lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
srvsvc.idl svcctl.idl eventlog.idl wkssvc.idl netlogon.idl notify.idl \
- epmapper.idl messaging.idl xattr.idl misc.idl samr.idl
+ epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \