diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-04-13 00:28:15 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@vm2.documentfoundation.org> | 2013-04-23 20:18:02 +0000 |
commit | f4e1642a1761d5eab6ccdd89928869c2b2f1528a (patch) | |
tree | 5e538b039d48946c917caf4d14bdd776f4ab58a9 /configure.ac | |
parent | fbd11a2a940230f43f42defda57dbf852f83c627 (diff) |
move global headers script
* ignores (for now) modules:
- sal
* these might or might not consider themselves too special for their own
good and break by the move
* these modules use Package_<module>_odk_headers.mk instead and stay
untouched:
- cppu
- cppuhelper
- sal
- salhelper
* these modules have an inc/ subdir, but no Package_inc.mk
- accessibility
- autodoc
- bridges
- idlc
- pyuno
- svgio
- unodevtools
- xmlsecurity
this should not hurt the move
* these folders are in solver/ with generated headers:
- oovbaapi
- offapi
- udkapi
- officecfg
- systools
- external
- oox
- svx (sdi)
- sfx2 (sdi)
- writerfilter
* these likely can be cleaned up still after the move:
- dbaccess
- npsdk
- sd
- helpcompiler
* should work with xmlscript after commit
f4ebb99de6e93f6d38e7b0486d66e99a196b1f6e
* fixes/hotfixes some other insanities that would break on the move
Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b844d6a304b..33e67d0a0f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -3400,7 +3400,7 @@ AC_SUBST(PRODUCTVERSION) # determine CPU, CPUNAME, GUI, GUIBASE, ... # LIB64="lib" -SOLARINC= +SOLARINC="-I${SRC_ROOT}/include" SDKDIR="sdk" case "$host_os" in |