e57f72d8fc
reading of it was removed in b11293297e
Change-Id: I1900082f8e94737111180a21b25de96afa034fdd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89615
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
12 lines
461 B
Makefile
12 lines
461 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_Package_Package,connectivity_postgresql-sdbc,$(SRCDIR)/connectivity/source/drivers/postgresql))
|
|
|
|
# vim: set noet sw=4 ts=4:
|