aboutsummaryrefslogtreecommitdiff
path: root/libfrontend-elements
diff options
context:
space:
mode:
Diffstat (limited to 'libfrontend-elements')
-rw-r--r--libfrontend-elements/build/cxx/configuration-dynamic.make4
-rw-r--r--libfrontend-elements/build/import/libcult/configuration-dynamic.make5
2 files changed, 6 insertions, 3 deletions
diff --git a/libfrontend-elements/build/cxx/configuration-dynamic.make b/libfrontend-elements/build/cxx/configuration-dynamic.make
index 7485fe9..568ab40 100644
--- a/libfrontend-elements/build/cxx/configuration-dynamic.make
+++ b/libfrontend-elements/build/cxx/configuration-dynamic.make
@@ -2,7 +2,7 @@ cxx_id := gnu
cxx_optimize := n
cxx_debug := n
cxx_rpath := n
-cxx_pp_extra_options := $(CPPFLAGS) -I$(out_root)/../stage/include
+cxx_pp_extra_options := $(CPPFLAGS)
cxx_extra_options := $(CXXFLAGS)
cxx_ld_extra_options := $(LDFLAGS)
cxx_extra_libs := $(LIBS)
@@ -11,4 +11,4 @@ r := $(shell echo $(LDFLAGS) | sed -e 's/-L *\([^ ]*\)/-L\1/g')
r := $(patsubst -L%,%,$(filter -L%,$(r)))
r := $(shell echo $(r) | sed -e 's/ /:/g')
-cxx_extra_lib_paths := $(out_root)/../stage/lib $(r)
+cxx_extra_lib_paths := $(r)
diff --git a/libfrontend-elements/build/import/libcult/configuration-dynamic.make b/libfrontend-elements/build/import/libcult/configuration-dynamic.make
index 78c41d3..73c92bb 100644
--- a/libfrontend-elements/build/import/libcult/configuration-dynamic.make
+++ b/libfrontend-elements/build/import/libcult/configuration-dynamic.make
@@ -1 +1,4 @@
-libcult_installed := y
+libcult_installed := n
+src_root := $(abspath $(src_root)/../libcult)
+scf_root := $(src_root)/build
+out_root := $(src_root)