From: Michael Adam Date: Tue, 26 Feb 2008 15:02:47 +0000 (+0100) Subject: Add libnet_join.idl to the IDL files to be processed by "make idl". X-Git-Tag: samba-3.2.0pre2~37^2~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60;p=thirdparty%2Fsamba.git Add libnet_join.idl to the IDL files to be processed by "make idl". Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index dce448d1357..1b91b7e326a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1137,7 +1137,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 ntsvcs.idl + dssetup.idl krb5pac.idl ntsvcs.idl libnet_join.idl idl: @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \