diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-01 17:28:33 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-01 17:28:33 +0200 |
commit | 137b283deb31f38a25d9996dc1a0c2057d39998a (patch) | |
tree | 7889d0f53dff866b3169c86624813955a69b4339 /svx/prj | |
parent | 020efd90897529e3cb5090da09c81d7d956a8f03 (diff) |
CWS gnumake2: fitting sdi into the workdir structure
Diffstat (limited to 'svx/prj')
-rw-r--r-- | svx/prj/target_lib_svxcore.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/prj/target_lib_svxcore.mk b/svx/prj/target_lib_svxcore.mk index d268c7e91f68..f337588232fb 100644 --- a/svx/prj/target_lib_svxcore.mk +++ b/svx/prj/target_lib_svxcore.mk @@ -30,14 +30,13 @@ $(eval $(call gb_Library_Library,svxcore)) $(eval $(call gb_Library_add_sdi_headers,svx,svx/sdi/svxslots)) $(eval $(call gb_Library_set_include,svxcore,\ - $$(SOLARINC) \ - -I$(WORKDIR)/inc/svx/ \ -I$(SRCDIR)/svx/inc \ -I$(SRCDIR)/svx/source/inc \ -I$(SRCDIR)/svx/inc/pch \ + -I$(WORKDIR)/SdiTarget/svx/sdi \ + $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ - -I$(WORKDIR)/inc/svx/sdi \ )) $(eval $(call gb_Library_set_defs,svxcore,\ |