Skip to content

Commit

Permalink
pidl-waf: Only install Yapp::Driver if it is not available.
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>

Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Thu Mar  6 23:30:47 CET 2014 on sn-devel-104
  • Loading branch information
cryptomilk authored and metze-samba committed Mar 6, 2014
1 parent 9e591e3 commit ee8f98f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pidl/lib/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ bld.INSTALL_FILES(bld.env.PERL_VENDORLIB_DIR,
Parse/Pidl/Samba3/ServerNDR.pm
Parse/Pidl/Compat.pm
Parse/Pidl/NDR.pm
Parse/Yapp/Driver.pm
''',
flat=False)

if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
bld.INSTALL_FILES(bld.env.PERL_VENDORLIB_DIR,
'Parse/Yapp/Driver.pm',
flat=False)

0 comments on commit ee8f98f

Please sign in to comment.