build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set

This commit is contained in:
Rene Engelhard 2011-12-30 16:01:28 +01:00
parent 4fd2b87dc4
commit 0f2d6f6323

View File

@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
package \
padmin \
psprint_config \
qadevOOo \
regexp \
reportdesign \
sal \
@ -117,6 +116,14 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
xmlscript \
))
ifneq ($(SOLAR_JAVA),)
ifneq "$(OOO_JUNIT_JAR)" ""
$(eval $(call gb_Module_add_moduledirs,ooo,\
qadevOOo \
))
endif
endif
# these have only migrated subsequentcheck for now
$(eval $(call gb_Module_add_moduledirs,ooo,\
ucb \