diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:42:25 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:43:29 -0500 |
commit | 8f2859a318198797fd11f3ea78ed336533eefa65 (patch) | |
tree | b56f476d0ccf3c086475f304174320875d1648d6 /Module_tail_build.mk | |
parent | 4df639baacd871cb2793e75dd9721ad2ae715e20 (diff) |
add tomcat to tail_build
Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index a9635e11bf70..db82ee13c720 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -146,6 +146,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ swext \ test \ testtools \ + $(call gb_Helper_optional,TOMCAT,tomcat) \ toolkit \ tools \ touch \ |