diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 07:40:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 07:40:03 +0200 |
commit | c27f87feece2a8fb078c3b885fee64058949d016 (patch) | |
tree | c7a8ac2ca69e96b88c2d0359b1a04871c4883f8d /libxsd-frontend/build/import/libfrontend-elements/configuration-dynamic.make | |
parent | 5bac93f5b37f6ae091e63aefd0f2da4def0dfd49 (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) |