diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-23 18:50:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-23 18:50:36 +0200 |
commit | 5bf0ae57502bda9bc71b2a075667dea673e51257 (patch) | |
tree | 32d65eaa152b03df535059363986a1f2ffe5e9f6 | |
parent | 0c6aa2881d18c81ff711b5ce8f0e550eacaa11d6 (diff) |
keep the lists alphabetically sorted
Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
-rw-r--r-- | Module_cross_tail_build.mk | 4 | ||||
-rw-r--r-- | Module_tail_build.mk | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk index 2df5cb5fed7a..61b5145d83bc 100644 --- a/Module_cross_tail_build.mk +++ b/Module_cross_tail_build.mk @@ -43,6 +43,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ cosv \ cppu \ cppuhelper \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),\ + helpcompiler \ + ) \ i18npool \ i18nutil \ idl \ @@ -54,7 +57,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ jvmfwk \ $(if $(filter DESKTOP,$(BUILD_TYPE)),\ l10ntools \ - helpcompiler \ ) \ o3tl \ offapi \ diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 693455ef3b12..aed96a2db9fe 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -43,12 +43,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ canvas \ chart2 \ cli_ure \ - $(if $(filter DESKTOP,$(BUILD_TYPE)),\ - codemaker \ - ) \ $(if $(filter CLUCENE,$(BUILD_TYPE)),\ clucene \ ) \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),\ + codemaker \ + ) \ comphelper \ configmgr \ connectivity \ @@ -77,6 +77,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ formula \ fpicker \ framework \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + helpcompiler \ + ) \ $(if $(filter HSQLDB,$(BUILD_TYPE)),\ hsqldb \ ) \ @@ -201,8 +204,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ ) \ xmerge \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ - helpcompiler \ - xmlhelp) \ + xmlhelp \ + ) \ xmloff \ xmlreader \ xmlscript \ |