diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-13 22:41:21 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-13 22:42:33 +0100 |
commit | 92bf1c3f605f837214013d25396b3d3a34005e9c (patch) | |
tree | 8dc779ca10b99ae11eef995b59880a5d9752411b /svl | |
parent | 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4 (diff) |
use INCLUDE instead of SOLARINC, and after local includes
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Library_fsstorage.mk | 2 | ||||
-rw-r--r-- | svl/Library_passwordcontainer.mk | 2 | ||||
-rw-r--r-- | svl/Library_svl.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk index 29b465347043..2247c9a0093d 100644 --- a/svl/Library_fsstorage.mk +++ b/svl/Library_fsstorage.mk @@ -31,13 +31,13 @@ $(eval $(call gb_Library_Library,fsstorage)) $(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage)) $(eval $(call gb_Library_set_include,fsstorage,\ - $$(SOLARINC) \ -I$(WORKDIR)/inc/svl \ -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ -I$(realpath $(SRCDIR)/svl/source/inc) \ -I$(OUTDIR)/inc \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_api,fsstorage,\ diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk index d1a740c36a2d..6b577b62cc06 100644 --- a/svl/Library_passwordcontainer.mk +++ b/svl/Library_passwordcontainer.mk @@ -31,13 +31,13 @@ $(eval $(call gb_Library_Library,passwordcontainer)) $(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer)) $(eval $(call gb_Library_set_include,passwordcontainer,\ - $$(SOLARINC) \ -I$(WORKDIR)/inc/svl \ -I$(WORKDIR)/inc/ \ -I$(realpath $(SRCDIR)/svl/inc) \ -I$(realpath $(SRCDIR)/svl/inc/svl) \ -I$(realpath $(SRCDIR)/svl/source/inc) \ -I$(OUTDIR)/inc \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_api,passwordcontainer,\ diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index 216a80d8e8db..337e4edec87f 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -33,8 +33,8 @@ $(eval $(call gb_Library_add_package_headers,svl,svl_inc)) $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) $(eval $(call gb_Library_set_include,svl,\ - $$(SOLARINC) \ -I$(realpath $(SRCDIR)/svl/source/inc) \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_api,svl,\ |