diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-12 17:51:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:34:29 +0200 |
commit | e671e1e7971945edc577487b7530b5e9186bf6c0 (patch) | |
tree | a8723935c82aebdcc188a5b96d1282395cddeee9 /Module_tail_build.mk | |
parent | 8693c2cc2e65169671ae5915fd5687286d696d18 (diff) |
move scp2 to tail_build
Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3
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 bb83ed3363cf..55198b9688cb 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -72,6 +72,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ sc \ scaddins \ sccomp \ + $(if $(filter DESKTOP,$(BUILD_TYPE)),\ + scp2 \ + ) \ scripting \ sd \ sdext \ |