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 /svx/Library_svx.mk | |
parent | 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4 (diff) |
use INCLUDE instead of SOLARINC, and after local includes
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r-- | svx/Library_svx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index d81363aa9542..97db17f7da91 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -33,7 +33,7 @@ $(eval $(call gb_Library_set_componentfile,svx,svx/util/svx)) $(eval $(call gb_Library_set_include,svx,\ -I$(realpath $(SRCDIR)/svx/inc) \ -I$(realpath $(SRCDIR)/svx/source/inc) \ - $$(SOLARINC) \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_api,svx,\ |