summaryrefslogtreecommitdiff
path: root/sw/Library_vbaswobj.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-05-26 17:43:14 +0200
committerMichael Stahl <mstahl@redhat.com>2014-05-27 11:13:02 +0200
commit35029b250318b3a4f02cef5194abdd3f68311c43 (patch)
tree5026ab2dab620dcdcae84e574483ce3c325e5a78 /sw/Library_vbaswobj.mk
parentf8d26c68e48e52265d4f20a1527bf52828c046ad (diff)
sw: move sw/source/core/uibase to sw/source/uibase
It's too confusing to have UI code inside of core; the important part is that it's separated from the optional UI code in swui library. Change-Id: I640a52723d5802faf08f3b8eaa03cd937fd93449
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r--sw/Library_vbaswobj.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk
index a85f7f0a3808..fa8e8b2cb4ea 100644
--- a/sw/Library_vbaswobj.mk
+++ b/sw/Library_vbaswobj.mk
@@ -24,7 +24,7 @@ $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj))
$(eval $(call gb_Library_set_precompiled_header,vbaswobj,$(SRCDIR)/sw/inc/pch/precompiled_vbaswobj))
$(eval $(call gb_Library_set_include,vbaswobj,\
- -I$(SRCDIR)/sw/source/core/uibase/inc \
+ -I$(SRCDIR)/sw/source/uibase/inc \
-I$(SRCDIR)/sw/inc \
$$(INCLUDE) \
))