diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 12:55:20 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 12:55:20 +0000 |
commit | ee1fdc34defc67f2f583b3a671c2207f379378b7 (patch) | |
tree | e3b210ba6958a04e07c14237c129d307efaab309 | |
parent | Add missing include (diff) | |
download | gentoobrowse-api-ee1fdc34defc67f2f583b3a671c2207f379378b7.tar.bz2 gentoobrowse-api-ee1fdc34defc67f2f583b3a671c2207f379378b7.tar.xz gentoobrowse-api-ee1fdc34defc67f2f583b3a671c2207f379378b7.zip |
Use new ice paths
-rw-r--r-- | gentoobrowse-api/api/Jamfile.jam | 2 | ||||
-rw-r--r-- | gentoobrowse-api/api/gb-base.ice | 2 | ||||
-rw-r--r-- | gentoobrowse-api/service/Jamfile.jam | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gentoobrowse-api/api/Jamfile.jam b/gentoobrowse-api/api/Jamfile.jam index b87967e..a77e200 100644 --- a/gentoobrowse-api/api/Jamfile.jam +++ b/gentoobrowse-api/api/Jamfile.jam @@ -9,7 +9,7 @@ lib gentoobrowse-api : <library>..//adhocutil <library>..//dbppcore <library>../domain//gentoobrowse-domain - <include>/usr/share/slicer/ice + <include>/usr/share/ice/slicer <include>/usr/include/icetray <library>slicer-db <implicit-dependency>../domain//gentoobrowse-domain diff --git a/gentoobrowse-api/api/gb-base.ice b/gentoobrowse-api/api/gb-base.ice index e262a77..9885f92 100644 --- a/gentoobrowse-api/api/gb-base.ice +++ b/gentoobrowse-api/api/gb-base.ice @@ -1,7 +1,7 @@ #ifndef GENTOO_BASE #define GENTOO_BASE -#include <sqlExceptions.ice> +#include <db/sqlExceptions.ice> [["cpp:include:string_view_support.h"]] #define stringview ["cpp:view-type:std::string_view"] string diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam index 043563f..a5713e1 100644 --- a/gentoobrowse-api/service/Jamfile.jam +++ b/gentoobrowse-api/service/Jamfile.jam @@ -52,7 +52,7 @@ lib gentoobrowse-service++11 : <icetray.sql.connector>postgresql <icetray.sql.basedir>. <include>. - <include>/usr/share/icetray/ice + <include>/usr/share/ice/icetray : : <include>. <implicit-dependency>../api//gentoobrowse-api |