diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 19:32:03 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 19:32:03 +0000 | 
| commit | 75d9b94370b3fb3a21b16871f26b10e912fb8086 (patch) | |
| tree | 4defa9ca2f08b80369d61be039351463f827e3c9 | |
| parent | Add missing include (diff) | |
| download | gentoobrowse-75d9b94370b3fb3a21b16871f26b10e912fb8086.tar.bz2 gentoobrowse-75d9b94370b3fb3a21b16871f26b10e912fb8086.tar.xz gentoobrowse-75d9b94370b3fb3a21b16871f26b10e912fb8086.zip | |
Use new ice pathsgentoobrowse-2.1.7
| -rw-r--r-- | gentoobrowse/src/Jamfile.jam | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/gentoobrowse/src/Jamfile.jam b/gentoobrowse/src/Jamfile.jam index f4eb32f..4c08163 100644 --- a/gentoobrowse/src/Jamfile.jam +++ b/gentoobrowse/src/Jamfile.jam @@ -33,8 +33,8 @@ lib slicer-db ;  lib boost_unit_test_framework ;  lib gentoobrowse-domain ;  lib gentoobrowse-api : : : : -	<include>/usr/share/gentoobrowse-api -	<include>/usr/share/slicer/ice +	<include>/usr/share/ice/gentoobrowse-api +	<include>/usr/share/ice/slicer  	<include>/usr/include/gentoobrowse-api  	<include>/usr/include/slicer/db  	<include>/usr/include/slicer/slicer @@ -46,7 +46,7 @@ lib icespider : :  	<name>icespider-core  	: :  	<include>/usr/include/icespider -	<include>/usr/share/icespider/ice +	<include>/usr/share/ice/icespider  	<library>icespider-common  	<library>icespider-xslt  	<library>icespider-filesessions | 
