summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-29 13:15:56 +0100
committerMichael Adam <obnox@samba.org>2008-02-29 13:17:28 +0100
commitd40b891eb0fa29d34fa3ecfbc00110154a12ffc6 (patch)
treeb5f77b45ce62dfdc225234e26ffbff8d350651d8 /source3/Makefile.in
parent1751b533f00ca75082b452ca9922c2c8f277be4b (diff)
downloadsamba-d40b891eb0fa29d34fa3ecfbc00110154a12ffc6.tar.gz
samba-d40b891eb0fa29d34fa3ecfbc00110154a12ffc6.tar.bz2
samba-d40b891eb0fa29d34fa3ecfbc00110154a12ffc6.zip
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 (This used to be commit 2967b29f23e04f24a62ea576b0b6c948055689d0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 35a448016e..c6815e91e6 100644
--- a/source3/Makefile.in
+++ b/source3/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)" \