summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/api/Jamfile.jam2
-rw-r--r--gentoobrowse-api/api/gb-base.ice2
-rw-r--r--gentoobrowse-api/service/Jamfile.jam2
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