gtk3: silence 'invalid cast from 'GtkWindow' to 'GtkMenuShell' warning
[LibreOffice.git] / bean / Module_bean.mk
blob08d939076919149b447a5382ccdd4bb71a6436de
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Module_Module,bean))
13 ifneq ($(ENABLE_JAVA),)
15 ifneq ($(OS),MACOSX)
16 ifneq ($(OS),ANDROID)
17 $(eval $(call gb_Module_add_targets,bean,\
18 Jar_officebean \
19 Library_officebean \
22 # complex tests compilable but fail at runtime
23 #$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\
24 # JunitTest_bean_complex \
25 #))
26 endif
27 endif
29 endif