summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-17 20:25:05 +0100
committerGünther Deschner <gd@samba.org>2008-02-17 22:32:30 +0100
commit082392d975808747ce1f485e6abf3a796e7ae233 (patch)
treee9ff6cb0d6a008e6d8a618cddc0474dba92ab7ef /source3/Makefile.in
parent0ad7db900e376229e7e7fe17f3103354e401797a (diff)
downloadsamba-082392d975808747ce1f485e6abf3a796e7ae233.tar.gz
samba-082392d975808747ce1f485e6abf3a796e7ae233.tar.bz2
samba-082392d975808747ce1f485e6abf3a796e7ae233.zip
Use pidl for NTSVCS.
Guenther (This used to be commit 84a9bf0b7372bd7b7d4a1490c45e68b69889af8a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a28972f22d..250d3f98c5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -288,7 +288,8 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
librpc/gen_ndr/ndr_samr.o \
librpc/gen_ndr/ndr_dssetup.o \
librpc/gen_ndr/ndr_notify.o \
- librpc/gen_ndr/ndr_xattr.o
+ librpc/gen_ndr/ndr_xattr.o \
+ librpc/gen_ndr/ndr_ntsvcs.o
RPC_PARSE_OBJ0 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o
@@ -429,6 +430,7 @@ LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \
librpc/gen_ndr/cli_netlogon.o \
librpc/gen_ndr/cli_samr.o \
librpc/gen_ndr/cli_dssetup.o \
+ librpc/gen_ndr/cli_ntsvcs.o \
$(LIBNDR_GEN_OBJ) \
$(RPCCLIENT_NDR_OBJ)
@@ -1124,7 +1126,7 @@ modules: SHOWFLAGS $(MODULES)
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 security.idl \
- dssetup.idl krb5pac.idl
+ dssetup.idl krb5pac.idl ntsvcs.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \