diff options
-rw-r--r-- | build/export.build | 2 | ||||
-rw-r--r-- | odb/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/export.build b/build/export.build index 7740d9e..84d6109 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -$out_root/: +$out_root/ { include odb/ } diff --git a/odb/buildfile b/odb/buildfile index 373190a..882fcd5 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -52,7 +52,7 @@ hxx{version}@./: install = false hxx{version-build2}: install = $install_include/version.hxx hxx{version-build2-stub}@./: install = $install_include/version-build2.hxx -details/build2/: +details/build2/ { h{*}: install = false |