2011-09-21 15:38:53 -04:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-21 15:38:53 -04:00
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-09-21 15:38:53 -04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,swext))
|
|
|
|
|
2013-08-30 13:28:48 -05:00
|
|
|
ifeq ($(ENABLE_MEDIAWIKI),TRUE)
|
2011-09-21 15:38:53 -04:00
|
|
|
$(eval $(call gb_Module_add_targets,swext,\
|
|
|
|
Jar_mediawiki \
|
|
|
|
Configuration_mediawiki \
|
|
|
|
Extension_wiki-publisher \
|
|
|
|
))
|
|
|
|
endif
|