diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-23 13:51:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-23 14:02:54 +0100 |
commit | db84cf1771b065b7e2840796f64abedf8692cb55 (patch) | |
tree | 3c615ad9541644f27d08e8758246b6e42577ab80 /postprocess | |
parent | 1d1d886747ce9a7c90ac6499c9111d2cb5b9d1d5 (diff) |
bump to libexttextcat
As an aside we can always use the configuration and data files belonging to the
system version now in --with-system-libexttextcat mode, so need for the --data
option.
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index ce9f3cdba129..b77b968a7831 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -338,10 +338,10 @@ 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 +.IF "$(SYSTEM_LIBEXTTEXTCAT_DATA)" != "" +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibexttextcatdata.xcu .ELSE -MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcatdata.xcu +MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibexttextcatdata.xcu .END MY_DEPS_math = main |