diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-14 02:05:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-14 07:05:10 +0000 |
commit | b132445fc7b067b4a920a9648c180381332f05b0 (patch) | |
tree | e6c9f19d4a0fda15ba01a905053b1872ad3993e2 /ucb | |
parent | 0960ea6de3ecb0b64deea308a3362a08628adc60 (diff) |
try to fix webdav build
Found by the "Random Condig" tb run #293.
Change-Id: I8fa7b66444b9b57f289c963cb1da5e772341dc30
Reviewed-on: https://gerrit.libreoffice.org/35156
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpdav1.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ucb/Library_ucpdav1.mk b/ucb/Library_ucpdav1.mk index 88306db5c469..4e7b76ac5c04 100644 --- a/ucb/Library_ucpdav1.mk +++ b/ucb/Library_ucpdav1.mk @@ -14,6 +14,11 @@ $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav-neon/uc $(eval $(call gb_Library_use_sdk_api,ucpdav1)) +$(eval $(call gb_Library_set_include,ucpdav1,\ + -I$(SRCDIR)/ucb/source/ucp/inc \ + $$(INCLUDE) \ +)) + $(eval $(call gb_Library_use_libraries,ucpdav1,\ comphelper \ cppu \ |