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 | a0bb19fa46eaf06eda64e302f5d17acbed5220d0 (patch) | |
tree | 5840aa4322ad6b7134b7d38e3eb1a18e627c8140 | |
parent | 833c8c257bfe25da8708279d33c982f22afa0571 (diff) |
add some configure options to control external libtextcat and libtextcat data
-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 f131980..a688178 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 = \ |