s3:make: use pidl/pidl for 'make idl'
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Feb 2009 09:28:37 +0000 (10:28 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 24 Mar 2009 16:45:12 +0000 (17:45 +0100)
metze
(cherry picked from commit 3dc256ad0f1d2b1c131d67e033533dd316eab252)
(cherry picked from commit 47bbea27c8972ca320e90c7c678fe6da28a269f1)

Signed-off-by: Michael Adam <obnox@samba.org>
source/Makefile.in

index bfa161c533c35d7b4bdb16e0b4ab228f4ef1e6f5..29a41a9c5a89748f9abe6533ee719fc96ddb30dd 100644 (file)
@@ -1154,8 +1154,10 @@ IDL_FILES = lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
        epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl \
        dssetup.idl krb5pac.idl ntsvcs.idl libnetapi.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)