summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-26 16:02:47 +0100
committerMichael Adam <obnox@samba.org>2008-02-26 16:06:07 +0100
commit75f56b1ad21515a15ba406f9135cf208f13765a1 (patch)
tree3b985d20be2ad6c1520dd654c15cca5167f84e2a /source3
parent379fa9baaec5094b6509821d0c97f1f92cc3afb8 (diff)
downloadsamba-75f56b1ad21515a15ba406f9135cf208f13765a1.tar.gz
samba-75f56b1ad21515a15ba406f9135cf208f13765a1.tar.bz2
samba-75f56b1ad21515a15ba406f9135cf208f13765a1.zip
Add libnet_join.idl to the IDL files to be processed by "make idl".
Michael (This used to be commit 9b47a7329091b2bfe7cd9b2112ac8fa652ed9f60)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index dce448d135..1b91b7e326 100644
--- a/source3/Makefile.in
+++ b/source3/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)" \