summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-17 10:28:37 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-18 09:04:28 +0100
commitcc07412547526e3a15c70410174bc633da577e1c (patch)
tree5b31c89b1613c67aa37d5e04613505f46f3c2286
parent566122c1f068b47933f9a3ea2abdfa86150f815f (diff)
downloadsamba-cc07412547526e3a15c70410174bc633da577e1c.tar.gz
s3:make: use pidl/pidl for 'make idl'
metze (cherry picked from commit 3dc256ad0f1d2b1c131d67e033533dd316eab252)
-rw-r--r--source/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 5fe1ead676f..a77ec481ec3 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1201,8 +1201,10 @@ IDL_FILES = lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
dssetup.idl krb5pac.idl ntsvcs.idl libnetapi.idl drsuapi.idl drsblobs.idl \
nbt.idl
+PIDL = "$(srcdir)/pidl/pidl"
+
idl::
- @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \
+ @IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" PIDL="$(PIDL)"\
srcdir="$(srcdir)" $(srcdir)/script/build_idl.sh $(PIDL_ARGS)