diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 02:55:27 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:45 +0100 |
commit | 12bf03351ea38fb2d2eb5e184cd455d2d019fe1a (patch) | |
tree | 16d262beb0cb779176de98c7385d7dee9b7075cf /svl | |
parent | 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (diff) |
fdo#39491 remove nonexistent include paths
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Library_fsstorage.mk | 1 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 478b4b6dcf12..33cf144f5195 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/svl \ -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index b7e6b7e2aed4..735c952cb835 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/svl \ -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ |