Revert "Add libnet_join.idl to the IDL files to be processed by "make idl"."
authorMichael Adam <obnox@samba.org>
Fri, 29 Feb 2008 12:15:56 +0000 (13:15 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 29 Feb 2008 12:17:28 +0000 (13:17 +0100)
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

source/Makefile.in

index 35a448016e4ae098bfb24d9dbab00875cfdaa62e..c6815e91e60dcd8e4db10b2aaf4725c5e565d296 100644 (file)
@@ -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)" \