diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 22:51:59 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 22:51:59 +0200 |
commit | 18f3b91349ae2284280c9757440336a55c3c96d6 (patch) | |
tree | edfd2424b74d6bc5c6d16b6803be48d1be145e02 /postprocess | |
parent | 2327916d003231075d5fc64ab2c4f0ec5882b20c (diff) |
Add vcl and lng components to packcomponents makefile
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index f3842c0140da..2e125f4ed194 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 |