diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 08:21:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 08:21:40 +0200 |
commit | 649df540e853838c51167c8cf02b17fc65fc807d (patch) | |
tree | 216c12f4ad75138bca1d128c47c911355e2d05a3 /libfrontend-elements/build/import/libcult | |
parent | 4f9bd5a46df045f9bd5774125233cf4ac11ae184 (diff) |
New, makefile-based bundled build implementation
Diffstat (limited to 'libfrontend-elements/build/import/libcult')
-rw-r--r-- | libfrontend-elements/build/import/libcult/configuration-dynamic.make | 5 |
1 files changed, 4 insertions, 1 deletions
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) |