diff options
-rw-r--r-- | odb/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/buildfile b/odb/buildfile index 3d47652..2cc8c38 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -33,7 +33,8 @@ libs{odb}: cxx.export.poptions += -DLIBODB_SHARED # Install into the odb/ subdirectory of, say, /usr/include/ recreating # subdirectories. # -install_include = include/odb/ +install_include = [dir_path] include/odb/ + {hxx ixx txx}{*}: install = $install_include {hxx ixx txx}{*}: install.subdirs = true |