Kaydet (Commit) 0f2d6f63 authored tarafından Rene Engelhard's avatar Rene Engelhard

build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set

üst 4fd2b87d
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment