[Libreoffice-commits] .: Branch 'feature/gnumake4' - postprocess/packcomponents
Matus Kukan
mkukan at kemper.freedesktop.org
Tue Jul 12 13:52:28 PDT 2011
postprocess/packcomponents/makefile.mk | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
New commits:
commit 8f586ea935b0a67219355bc3e8ce65d15449f8f5
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Jul 12 22:51:59 2011 +0200
Add vcl and lng components to packcomponents makefile
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index f3842c0..2e125f4 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -69,6 +69,7 @@ my_components = \
component/framework/util/fwl \
component/framework/util/fwm \
component/hwpfilter/source/hwp \
+ component/linguistic/source/lng \
component/lotuswordpro/util/lwpfilter \
component/oox/util/oox \
component/reportdesign/util/rpt \
@@ -291,7 +292,8 @@ my_components += \
avmediaQuickTime \
fps_aqua \
macab1 \
- macbe1
+ macbe1 \
+ component/vcl/vcl.macosx
.END
.IF "$(OS)" == "WNT"
@@ -305,7 +307,14 @@ my_components += \
java_uno_accessbridge \
smplmail \
sysdtrans \
- wininetbe1
+ wininetbe1 \
+ component/vcl/vcl.windows
+.END
+
+.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
+my_components += \
+ desktopbe1 \
+ component/vcl/vcl.unx
.END
.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
@@ -337,10 +346,6 @@ my_components += mozab
my_components += mozbootstrap
.END
-.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
-my_components += desktopbe1
-.END
-
.IF "$(GTK_TWO_FOUR)" != ""
my_components += fps_gnome
.END
More information about the Libreoffice-commits
mailing list