s3:make: use pidl/pidl for 'make idl'
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Feb 2009 09:28:37 +0000 (10:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 18 Feb 2009 08:04:28 +0000 (09:04 +0100)
metze
(cherry picked from commit 3dc256ad0f1d2b1c131d67e033533dd316eab252)

source/Makefile.in

index 5fe1ead676f1b8dacbbd5be5b0bc4e57e437e450..a77ec481ec3293c02309136376a1d9a333660338 100644 (file)
@@ -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)