diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 12:06:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:36:45 +0200 |
commit | b431c9eb160500549df3d4751d5ab26b564897c9 (patch) | |
tree | c909341b15f82c56a2e0d6a2eeec690b39dff3bd /Module_tail_build.mk | |
parent | 0799823e87583cdeeabe85433e9acb00bd06e8f6 (diff) |
move sane to tail_build
Change-Id: I605ee6700d5d51eb6e06e97482ccd482ebb13e22
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 3d76765da7f6..b8f4961e46ae 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -75,6 +75,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ reportbuilder \ reportdesign \ rsc \ + $(if $(filter SANE,$(BUILD_TYPE)),\ + sane \ + ) \ sax \ sc \ scaddins \ |