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 /libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make | |
parent | 4f9bd5a46df045f9bd5774125233cf4ac11ae184 (diff) |
New, makefile-based bundled build implementation
Diffstat (limited to 'libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make')
-rw-r--r-- | libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make b/libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make index 6583182..70d0da6 100644 --- a/libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make +++ b/libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make @@ -1 +1,4 @@ -libfrontend_elements_installed := y +libfrontend_elements_installed := n +src_root := $(abspath $(src_root)/../libfrontend-elements) +scf_root := $(src_root)/build +out_root := $(src_root) |