diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-09-17 08:52:21 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-17 18:51:54 +0000 |
commit | e95b076744da8911b2804501b418649a9147e3a9 (patch) | |
tree | 59b3bded7cf544b348b3ae62ab0634df14227954 /sfx2/Library_sfx.mk | |
parent | b6fc0ac84ce68586393784713693cc6b658a2785 (diff) |
fdo#63926: remove extra include paths in svtools/ and sfx2/
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e
Reviewed-on: https://gerrit.libreoffice.org/5973
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index a95e2b7644ec..46ed25d449e2 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_use_sdk_api,sfx)) $(eval $(call gb_Library_set_include,sfx,\ -I$(SRCDIR)/sfx2/inc \ - -I$(SRCDIR)/include/sfx2/ \ -I$(SRCDIR)/sfx2/source/inc \ -I$(WORKDIR)/SdiTarget/sfx2/sdi \ $$(INCLUDE) \ @@ -306,7 +305,6 @@ $(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx)) $(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\ $$(INCLUDE) \ - -I$(SRCDIR)/include/sfx2/ \ -I$(SRCDIR)/sfx2/inc \ -I$(SRCDIR)/sfx2/sdi \ )) |