From: Günther Deschner Date: Tue, 15 Apr 2008 20:04:59 +0000 (+0200) Subject: IDL: For the fun of it, build drsuapi.idl. X-Git-Tag: samba-3.3.0pre1~2641^2~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=192645f63918c8656ca0fac5bb6d2704c9500a15;p=thirdparty%2Fsamba.git IDL: For the fun of it, build drsuapi.idl. Guenther --- diff --git a/source/Makefile.in b/source/Makefile.in index 243a3535d84..a2c826fea7a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1191,7 +1191,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 libnetapi.idl + dssetup.idl krb5pac.idl ntsvcs.idl libnetapi.idl drsuapi.idl idl: @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \