Add libnet_join.idl to the IDL files to be processed by "make idl".
authorMichael Adam <obnox@samba.org>
Tue, 26 Feb 2008 15:02:47 +0000 (16:02 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 26 Feb 2008 15:06:07 +0000 (16:06 +0100)
Michael
(This used to be commit 9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60)

source3/Makefile.in

index dce448d1357200dd16dfee967560f567762b1751..1b91b7e326a585425e1ac3bbe6f42f3ffb26f00b 100644 (file)
@@ -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)" \