eba5e5b6b6
Change-Id: I32300c3d06a8c30d8e75f343cd2af8acef7296ae Reviewed-on: https://gerrit.libreoffice.org/10989 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
22 lines
766 B
Makefile
22 lines
766 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# 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/.
|
|
#
|
|
|
|
$(eval $(call gb_UIConfig_UIConfig,modules/sbibliography))
|
|
|
|
$(eval $(call gb_UIConfig_add_menubarfiles,modules/sbibliography,\
|
|
extensions/uiconfig/sbibliography/menubar/menubar \
|
|
))
|
|
|
|
$(eval $(call gb_UIConfig_add_uifiles,modules/sbibliography,\
|
|
extensions/uiconfig/sbibliography/ui/choosedatasourcedialog \
|
|
extensions/uiconfig/sbibliography/ui/generalpage \
|
|
extensions/uiconfig/sbibliography/ui/mappingdialog \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|