summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-25 13:04:58 +0100
committerGünther Deschner <gd@samba.org>2008-01-25 15:25:12 +0100
commitd7d4f1c132cfa24a96b07ec812c0235b69dacfaa (patch)
treed19986def270003f49b5d89ada102c3c8029c881 /source3/Makefile.in
parentc19d01fedf9e4df967e5be75ce0437f5397fccf8 (diff)
downloadsamba-d7d4f1c132cfa24a96b07ec812c0235b69dacfaa.tar.gz
samba-d7d4f1c132cfa24a96b07ec812c0235b69dacfaa.tar.bz2
samba-d7d4f1c132cfa24a96b07ec812c0235b69dacfaa.zip
Add generated dssetup code after make idl.
Guenther (This used to be commit 4b3d96be8017a38a6af4ce58ae54a6af005fbe3e)
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 4de96a8138..e30d13e4f5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1093,7 +1093,8 @@ 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 security.idl
+ epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl \
+ dssetup.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \