diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 11:07:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 11:07:03 +0100 |
commit | 0bb90fc4bdcaf715392450dcee82592a66ed41ce (patch) | |
tree | 40f9692d32cd6e888a514f6401fb6c5a68015a21 /postprocess/packregistry | |
parent | a39ec799ccefbfc8dac340a1484a9a432b848eb3 (diff) |
add some configure options to control external libtextcat and libtextcat data
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 f1319801998f..a6881783776a 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_DATA)" != "" +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibtextcatdata.xcu +.ELSE +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcatdata.xcu +.END MY_DEPS_math = main MY_FILES_math = \ |