From 719a878ea705fad59e60fe15625aacaab2684a81 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Mar 2019 13:18:11 +0300 Subject: Align with latest bdep-new --- mod/buildfile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'mod') diff --git a/mod/buildfile b/mod/buildfile index 93120cf..98e4af6 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -20,10 +20,6 @@ mod{brep}: {hxx ixx txx cxx}{* -options} \ {hxx ixx cxx}{ options} \ ../libbrep/lib{brep} ../web/libus{web} $libs -# Don't install any of the module's headers. -# -{hxx ixx txx}{*}: install = false - # Generated options parser. # if $cli.configured @@ -43,6 +39,13 @@ if $cli.configured # them when cleaning in src (so that clean results in a state identical to # distributed). # - cli.cxx{*}: dist = true - cli.cxx{*}: clean = ($src_root != $out_root) + cli.cxx{*}: + { + dist = true + clean = ($src_root != $out_root) + } } + +# Don't install any of the module's headers. +# +{hxx ixx txx}{*}: install = false -- cgit v1.1