2013-02-28 13:07:03 -06:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2013-04-06 06:10:54 -05:00
|
|
|
$(eval $(call gb_UIConfig_UIConfig,dbaccess))
|
2013-02-28 13:07:03 -06:00
|
|
|
|
2013-04-06 06:10:54 -05:00
|
|
|
$(eval $(call gb_UIConfig_add_uifiles,dbaccess, \
|
2013-07-29 12:54:43 -05:00
|
|
|
dbaccess/uiconfig/ui/directsqldialog \
|
2013-02-28 13:07:03 -06:00
|
|
|
dbaccess/uiconfig/ui/querypropertiesdialog \
|
2013-03-21 03:04:55 -05:00
|
|
|
dbaccess/uiconfig/ui/generalpagedialog \
|
|
|
|
dbaccess/uiconfig/ui/generalpagewizard \
|
2013-02-28 13:07:03 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|