diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-12-13 02:33:46 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-01-10 21:35:24 -0600 |
commit | 6491a05759f91376bce56f77940f9a943ef2b3ae (patch) | |
tree | d963765bc9aa8572e19e3f6e2552b4e227ac66bc /Module_ooo.mk | |
parent | bc7662666fafef895491a99b85c9f4e6af868e69 (diff) |
added moduledir support
Diffstat (limited to 'Module_ooo.mk')
-rw-r--r-- | Module_ooo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Module_ooo.mk b/Module_ooo.mk index 4814d34e01d8..2ff66415c558 100644 --- a/Module_ooo.mk +++ b/Module_ooo.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Module_Module,ooo)) -$(eval $(call gb_Module_add_targets,ooo,$(foreach module,\ +$(eval $(call gb_Module_add_moduledirs,ooo,\ framework \ sfx2 \ svl \ @@ -36,6 +36,6 @@ $(eval $(call gb_Module_add_targets,ooo,$(foreach module,\ sw \ toolkit \ tools \ -,$(module)/Module_$(module)))) +)) # vim: set noet ts=4 sw=4: |