diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-09 17:54:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:46 +0100 |
commit | 5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch) | |
tree | 36362949319d90e12942d3250ec4d0cf9ad58c50 /svl | |
parent | 19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff) |
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'svl')
-rw-r--r-- | svl/AllLangResTarget_svl.mk | 1 | ||||
-rw-r--r-- | svl/Library_fsstorage.mk | 1 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/svl/AllLangResTarget_svl.mk b/svl/AllLangResTarget_svl.mk index 70edac226053..d47b9739ddf6 100644 --- a/svl/AllLangResTarget_svl.mk +++ b/svl/AllLangResTarget_svl.mk @@ -36,7 +36,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,svl/res)) $(eval $(call gb_SrsTarget_set_include,svl/res,\ $$(INCLUDE) \ - -I$(WORKDIR)/inc \ )) $(eval $(call gb_SrsTarget_add_files,svl/res,\ diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 33cf144f5195..dee7a5ff21c1 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,fsstorage)) $(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage)) $(eval $(call gb_Library_set_include,fsstorage,\ - -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ -I$(realpath $(SRCDIR)/svl/source/inc) \ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index 735c952cb835..3eebca6af2f3 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,passwordcontainer)) $(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer)) $(eval $(call gb_Library_set_include,passwordcontainer,\ - -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ -I$(realpath $(SRCDIR)/svl/source/inc) \ |