diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
commit | 5e2f713a1828f2795b85f5343f62ecafff0d475a (patch) | |
tree | cac798e20687828408f13a4c73c60918b55e015c /tests/install/lib/libtest/test | |
parent | 42075953692a19e8a51c676fb249a4464f45954a (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'tests/install/lib/libtest/test')
-rw-r--r-- | tests/install/lib/libtest/test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/lib/libtest/test/buildfile b/tests/install/lib/libtest/test/buildfile index f273f2d..343bc30 100644 --- a/tests/install/lib/libtest/test/buildfile +++ b/tests/install/lib/libtest/test/buildfile @@ -1,6 +1,6 @@ cxx.poptions += -I$src_root -install.include = $install.include/test +install.include = $install.include/test/ lib{test}: cxx{utility} hxx{utility} lib{test}: cxx.export.poptions = -I$src_root |