summaryrefslogtreecommitdiff
path: root/ucb/Library_ucb1.mk
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-10-17 19:49:37 -0300
committerStephan Bergmann <sbergman@redhat.com>2013-10-18 12:25:11 +0000
commitb538fc543ecfbafef94b15ef068890c22d7f2218 (patch)
tree9f7ebbf3375c2785d951f2881f5c0f6f0897976d /ucb/Library_ucb1.mk
parent30947844fe641021177120e134b1244cb7a95f7f (diff)
fdo#60698: Move fileaccess module to ucb
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb/Library_ucb1.mk')
-rw-r--r--ucb/Library_ucb1.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/Library_ucb1.mk b/ucb/Library_ucb1.mk
index d819a0f24c42..4b1f1d96aff4 100644
--- a/ucb/Library_ucb1.mk
+++ b/ucb/Library_ucb1.mk
@@ -26,7 +26,9 @@ $(eval $(call gb_Library_use_libraries,ucb1,\
cppu \
cppuhelper \
sal \
+ tl \
ucbhelper \
+ utl \
$(gb_UWINAPI) \
))
@@ -39,6 +41,7 @@ $(eval $(call gb_Library_add_exception_objects,ucb1,\
ucb/source/core/ucbprops \
ucb/source/core/ucbserv \
ucb/source/core/ucbstore \
+ ucb/source/core/FileAccess \
ucb/source/regexp/regexp \
))