summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-17 10:11:28 +0100
committerGünther Deschner <gd@samba.org>2008-01-17 16:54:46 +0100
commit101f275b988185ed3e47bc8061483a781c4d47c9 (patch)
tree9d1496e1bc9a1a796c8fe94184e810ce0605e1f7 /source3/Makefile.in
parent8c81ce9a6004f1ae2d6f1812d08820d7244598c1 (diff)
downloadsamba-101f275b988185ed3e47bc8061483a781c4d47c9.tar.gz
samba-101f275b988185ed3e47bc8061483a781c4d47c9.tar.bz2
samba-101f275b988185ed3e47bc8061483a781c4d47c9.zip
Use pidl generated data from misc.idl.
Guenther (This used to be commit 5d8e5cbc3b3ddd1c5788d66f252e4801739243bb)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 265d14547c..8a4925e821 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -253,8 +253,13 @@ ERRORMAP_OBJ = libsmb/errormap.o
PASSCHANGE_OBJ = libsmb/passchange.o
-LIBNDR_OBJ = librpc/ndr/ndr_basic.o librpc/ndr/ndr.o librpc/ndr/ndr_misc.o \
- librpc/ndr/ndr_sec_helper.o librpc/ndr/ndr_string.o librpc/ndr/sid.o \
+LIBNDR_OBJ = librpc/ndr/ndr_basic.o \
+ librpc/ndr/ndr.o \
+ librpc/ndr/ndr_misc.o \
+ librpc/gen_ndr/ndr_misc.o \
+ librpc/ndr/ndr_sec_helper.o \
+ librpc/ndr/ndr_string.o \
+ librpc/ndr/sid.o \
librpc/ndr/uuid.o
RPCCLIENT_NDR_OBJ = rpc_client/ndr.o
@@ -1064,7 +1069,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
+ epmapper.idl messaging.idl xattr.idl misc.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \