From: Michael Adam Date: Fri, 29 Feb 2008 12:15:56 +0000 (+0100) Subject: Revert "Add libnet_join.idl to the IDL files to be processed by "make idl"." X-Git-Tag: samba-3.3.0pre1~3436^2~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2967b29f23e04f24a62ea576b0b6c948055689d0;p=thirdparty%2Fsamba.git Revert "Add libnet_join.idl to the IDL files to be processed by "make idl"." This reverts commit 9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60. libnet_join.idl should not be processed along with the other idl files since it should not produce server and client code, just the header. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 35a448016e4..c6815e91e60 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1130,7 +1130,7 @@ modules: SHOWFLAGS $(MODULES) IDL_FILES = 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 ntsvcs.idl libnet_join.idl + dssetup.idl krb5pac.idl ntsvcs.idl idl: @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \