diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-10-23 22:23:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-23 22:23:29 +0200 |
commit | 53e9940d33caa1e8a00ddaadfb57e5d668d35378 (patch) | |
tree | 52449afcaea67187ec9eeddf003b313fa7c7ae57 /Dictionary_en.mk | |
parent | c918f1d4242d9fd9a8de284e6b32b8c00e59debe (diff) |
gbuild: fix XcuMergeTarget build breakage:
Introduce gb_XcuFile_for_extension function to use the right file depending on
WITH_LANG setting.
Diffstat (limited to 'Dictionary_en.mk')
-rw-r--r-- | Dictionary_en.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dictionary_en.mk b/Dictionary_en.mk index 7bd9760..6558f6d 100644 --- a/Dictionary_en.mk +++ b/Dictionary_en.mk @@ -54,7 +54,7 @@ $(eval $(call gb_Dictionary_add_files,dict-en,pythonpath,\ $(eval $(call gb_Dictionary_add_generated_file,dict-en,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/en/dialog/registry/schema/org/openoffice/Lightproof_en.xcs))) $(eval $(call gb_Dictionary_add_generated_files,dict-en,dialog,\ - $(call gb_XcuMergeTarget_get_target,dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu) \ + $(call gb_XcuFile_for_extension,dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu) \ )) $(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\ |