diff options
author | Mihai Varga <mihai.mv13@gmail.com> | 2014-07-28 12:48:35 +0300 |
---|---|---|
committer | Mihai Varga <mihai.mv13@gmail.com> | 2014-07-28 12:48:35 +0300 |
commit | a227c575bbc595e9928f0269989cba226d157048 (patch) | |
tree | d8a09eb3e271bc2dbb4db18ee2a1e1ae98ab03a0 /ucb | |
parent | fc57915d1583c960f7574b5c4a67415854e974d1 (diff) |
Linked the sax library to CMIS
This is needed for the use of DateTime converter. I forgot to add the makefile
when I commited this patch: https://gerrit.libreoffice.org/#/c/10586/
Change-Id: I7cb9ab40fab549a95beb6818ab4ad4befdd3dea1
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpcmis1.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/Library_ucpcmis1.mk b/ucb/Library_ucpcmis1.mk index 57c3719c7ca7..d3d3ae3704a2 100644 --- a/ucb/Library_ucpcmis1.mk +++ b/ucb/Library_ucpcmis1.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Library_use_libraries,ucpcmis1,\ cppuhelper \ sal \ salhelper \ + sax \ ucbhelper \ tl \ $(gb_UWINAPI) \ |