summaryrefslogtreecommitdiff
path: root/sd/Library_sdfilt.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-19 15:53:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-19 23:08:12 +0200
commit8d3b8dd0b273f670baceaebdf4f66050e259c929 (patch)
tree908d2bb7534c2ec599d1bc2e4c0ee80a3a6a6c38 /sd/Library_sdfilt.mk
parent2d06146bcb2ae172feaf50e6d0c1f551607a4df9 (diff)
Make Library_sdfilt find Library_sd include files via -I
...instead of through ../../... paths. Change done in preparation of loplugin:includeform. Change-Id: I1b4476f32573c2ef19d2a145e6e617b63006d40b Reviewed-on: https://gerrit.libreoffice.org/43562 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/Library_sdfilt.mk')
-rw-r--r--sd/Library_sdfilt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk
index de9d938809c0..ec85ffc53853 100644
--- a/sd/Library_sdfilt.mk
+++ b/sd/Library_sdfilt.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,sdfilt))
$(eval $(call gb_Library_set_include,sdfilt,\
$$(INCLUDE) \
-I$(SRCDIR)/sd/inc \
+ -I$(SRCDIR)/sd/source/ui/inc \
))
ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)