summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 22:51:59 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 22:51:59 +0200
commit8f586ea935b0a67219355bc3e8ce65d15449f8f5 (patch)
treef0b72a03ec1d1258f7cd96213352ff582a78fd83
parentc79f31ab4ea3bca5a1b32b85d5ce789524ed8cf8 (diff)
Add vcl and lng components to packcomponents makefile
-rw-r--r--postprocess/packcomponents/makefile.mk17
1 files changed, 11 insertions, 6 deletions
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