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 /xmloff | |
parent | 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4 (diff) |
use INCLUDE instead of SOLARINC, and after local includes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Library_xo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 11173d93051f..558b5f3b537d 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -33,8 +33,8 @@ $(eval $(call gb_Library_set_componentfile,xo,xmloff/util/xo)) $(eval $(call gb_Library_add_package_headers,xo,xmloff_inc)) $(eval $(call gb_Library_set_include,xo,\ - $$(SOLARINC) \ -I$(realpath $(SRCDIR)/xmloff/inc) \ + $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,xo,\ |