aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-07 17:07:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-07 17:07:03 +0200
commit086b2bc1d5d189152b975e274351927b09a9fd79 (patch)
tree623af2ca81852ef410df10b640e833eb4877bf95
parentf5002d5cb52c2385efcd300cd3ace6e1df42af0f (diff)
Update build system import stubs
-rw-r--r--build/import/libbackend-elements/stub.make2
-rw-r--r--build/import/libxsd-frontend/stub.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/import/libbackend-elements/stub.make b/build/import/libbackend-elements/stub.make
index 4ff210e..b171c30 100644
--- a/build/import/libbackend-elements/stub.make
+++ b/build/import/libbackend-elements/stub.make
@@ -15,7 +15,7 @@ ifeq ($(libbackend_elements_installed),y)
#-lbackend-elements
-$(call export,l: ,cpp_options: )
+$(call export,l: -lcult -lboost_regex,cpp_options: )
else
diff --git a/build/import/libxsd-frontend/stub.make b/build/import/libxsd-frontend/stub.make
index 8061c35..f861eb6 100644
--- a/build/import/libxsd-frontend/stub.make
+++ b/build/import/libxsd-frontend/stub.make
@@ -13,7 +13,7 @@ ifdef libxsd_frontend_installed
ifeq ($(libxsd_frontend_installed),y)
-$(call export,l: -lxsd-frontend,cpp_options: )
+$(call export,l: -lxsd-frontend -lfrontend-elements -lcult -lboost_filesystem -lxerces-c,cpp_options: )
else