diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-07-16 08:47:44 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-07-16 08:47:44 +0100 |
commit | 2c120dc6ba3030f62dedaf04ab87de970dbede8b (patch) | |
tree | 0dd7971fdcf6d54f2cf3ee785d59abc1f37df2f8 /postprocess/packregistry | |
parent | 1df0fe034e945bd140768d563e69417e623f3230 (diff) |
cmcfixes77: #i80021# system libtextcat
Diffstat (limited to 'postprocess/packregistry')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 002cea58f450..48af6d1f6109 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -343,6 +343,11 @@ MY_FILES_main += $(MY_MOD)/DataAccess/mozab.xcu MY_FILES_main += $(MY_MOD)/DataAccess/mozab2.xcu .END .END +.IF "$(SYSTEM_LIBTEXTCAT)" != "YES" +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcat.xcu +.ELSE +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibtextcat.xcu +.END MY_DEPS_math = main MY_FILES_math = \ |