diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 14:00:56 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | 4d8d759e92506de4dcccce7d51ac83ef638153ec (patch) | |
tree | e6ff42a0ee222b388637d00976f0c8768d3936a6 /pidl | |
parent | aa5e08eb83fd7b130a98850e103654d8c0b2f96f (diff) | |
download | samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.tar.gz samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.tar.bz2 samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.zip |
s4-waf: install pidl
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pidl/wscript_build b/pidl/wscript_build index 48733db5d2..b2dd7ad4f3 100644 --- a/pidl/wscript_build +++ b/pidl/wscript_build @@ -1,3 +1,2 @@ -# AUTOGENERATED by mktowscript.pl from ../../pidl/config.mk -# Please remove this notice if hand editing +bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755) |