[Libreoffice-commits] .: postprocess/packcomponents
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Oct 3 05:56:30 PDT 2011
postprocess/packcomponents/makefile.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit fe1e55cd5036df79672cf4eb7a834c26f269c4ca
Author: Jan Holesovsky <kendy at suse.cz>
Date: Mon Oct 3 14:55:44 2011 +0200
Disable the libcmis also in packcomponents (on Windows).
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index f3fe6a1..8b42349 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -161,7 +161,6 @@ my_components = \
srtrs1 \
syssh \
ucb1 \
- ucpcmis \
ucpexpand1 \
ucpext \
ucpfile1 \
@@ -315,6 +314,9 @@ my_components += \
component/dtrans/util/ftransl \
component/dtrans/util/sysdtrans \
component/vcl/vcl.windows
+.ELSE
+my_components += \
+ ucpcmis
.END
.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "IOS" && "$(OS)" != "ANDROID"
More information about the Libreoffice-commits
mailing list