[Libreoffice-commits] .: postprocess/packregistry
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Dec 1 04:52:06 PST 2010
postprocess/packregistry/makefile.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 16357d4555f513a0ecb987a318eff190cc845ef9
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 1 12:50:14 2010 +0000
fdo#32007# Only register EvolutionLocal when evolution support is enabled
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index a688178..335639d 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -326,6 +326,7 @@ MY_FILES_main += $(MY_MOD)/DataAccess/adabas.xcu
.END
.IF "$(ENABLE_EVOAB2)" == "TRUE"
MY_FILES_main += $(MY_MOD)/DataAccess/evoab2.xcu
+MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
.END
.IF "$(SOLAR_JAVA)" == "TRUE"
MY_FILES_main += \
More information about the Libreoffice-commits
mailing list