From 086b2bc1d5d189152b975e274351927b09a9fd79 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Apr 2009 17:07:03 +0200 Subject: Update build system import stubs --- build/import/libbackend-elements/stub.make | 2 +- build/import/libxsd-frontend/stub.make | 2 +- 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 -- cgit v1.1