2011-08-02 15:45:48 -05:00
|
|
|
#
|
2012-07-11 13:49:09 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-08-02 15:45:48 -05:00
|
|
|
#
|
2012-07-11 13:49:09 -05: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-08-02 15:45:48 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,i18nutil))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,i18nutil,\
|
|
|
|
Library_i18nutil \
|
|
|
|
Package_inc \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4:
|