summaryrefslogtreecommitdiffstats
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-27 18:04:21 -0500
committerPeter Foley <pefoley2@verizon.net>2012-12-30 14:50:49 +0000
commit18bd1e7364428cdb359762158c685223a82de99d (patch)
tree084b987ac9eaa800bf15400efc9c56e1429df526 /RepositoryFixes.mk
parentRTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment/manager (diff)
downloadcore-18bd1e7364428cdb359762158c685223a82de99d.tar.gz
core-18bd1e7364428cdb359762158c685223a82de99d.zip
convert redland to gbuild and add to tail_build
Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f Reviewed-on: https://gerrit.libreoffice.org/1493 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index ecc63690fcef..9ff66563a1c4 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -66,6 +66,7 @@ gb_Library_DLLFILENAMES := $(patsubst log_uno:log_uno%,log_uno:log_uno_uno%,$(gb
gb_Library_DLLFILENAMES := $(patsubst ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst unsafe_uno:unsafe_uno%,unsafe_uno:unsafe_uno_uno%,$(gb_Library_DLLFILENAMES))
gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
+gb_Library_DLLFILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_DLLFILENAMES))
# libpyuno_wrapper.dll => pyuno.pyd
gb_Library_DLLFILENAMES := $(patsubst pyuno:pyuno.dll,pyuno:pyuno.pyd,$(gb_Library_DLLFILENAMES))