diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-02-25 10:08:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-02-25 10:08:02 +0200 |
commit | 27142799b33dabc075f660e5de8ab375a1ac9314 (patch) | |
tree | c9b279c24fd1b80985bec7c952fb9598ca97e3b4 /libbackend-elements/build/import | |
parent | 7f23a534f3ed0b9c79a7f7c5c01648a7a4fcff70 (diff) |
Update and improve for new dependencies
Diffstat (limited to 'libbackend-elements/build/import')
-rw-r--r-- | libbackend-elements/build/import/libboost/configuration-dynamic.make | 8 | ||||
-rw-r--r-- | libbackend-elements/build/import/libcult/configuration-dynamic.make | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/libbackend-elements/build/import/libboost/configuration-dynamic.make b/libbackend-elements/build/import/libboost/configuration-dynamic.make deleted file mode 100644 index ab55882..0000000 --- a/libbackend-elements/build/import/libboost/configuration-dynamic.make +++ /dev/null @@ -1,8 +0,0 @@ -libboost_installed := y -libboost_suffix := $(BOOST_LIB_SUFFIX) - -ifeq ($(BOOST_LINK_SYSTEM),n) -libboost_system := n -else -libboost_system := y -endif diff --git a/libbackend-elements/build/import/libcult/configuration-dynamic.make b/libbackend-elements/build/import/libcult/configuration-dynamic.make deleted file mode 100644 index 73c92bb..0000000 --- a/libbackend-elements/build/import/libcult/configuration-dynamic.make +++ /dev/null @@ -1,4 +0,0 @@ -libcult_installed := n -src_root := $(abspath $(src_root)/../libcult) -scf_root := $(src_root)/build -out_root := $(src_root) |