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 /Module_tail_build.mk | |
parent | 0c6aa2881d18c81ff711b5ce8f0e550eacaa11d6 (diff) |
keep the lists alphabetically sorted
Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 13 |
1 files changed, 8 insertions, 5 deletions
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 \ |