diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 12:07:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:36:46 +0200 |
commit | 9e1e86605f7d987e7193aa30dc5f3d96fadcb5a9 (patch) | |
tree | 6ec5749bc3b7a2b914795160af18efa03023c1c6 /Module_tail_build.mk | |
parent | b431c9eb160500549df3d4751d5ab26b564897c9 (diff) |
move twain to tail_build
Change-Id: I8d749eeb4229d0c7ef616aabab0e33bdfb8ea773
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 b8f4961e46ae..698780da2cf2 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -102,6 +102,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ test \ toolkit \ tools \ + $(if $(filter TWAIN,$(BUILD_TYPE)),\ + twain \ + ) \ ucb \ unixODBC \ UnoControls \ |