summaryrefslogtreecommitdiff
path: root/external/mysql-connector-cpp/Module_mysql-connector-cpp.mk
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-08-16 16:35:17 +0200
committerTamás Bunth <btomi96@gmail.com>2018-08-24 17:19:51 +0200
commit26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1 (patch)
tree0d36eda88da5d9f1a28a5b915494d08c55456a02 /external/mysql-connector-cpp/Module_mysql-connector-cpp.mk
parent84c02b6d9f2fbe6658b58182f57d60e2bc797016 (diff)
Moving mysqlc into connectivity as a library
Additionally I erased the remains of the old mysql C++ connector. Also update the code where the clang plugins were unhappy after moving the mysqlc module. Remove mysql-cpp-connector external. Change-Id: I771cc7afacf5012fc349afb6b36828fb0fee5a66 Reviewed-on: https://gerrit.libreoffice.org/59200 Tested-by: Jenkins Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'external/mysql-connector-cpp/Module_mysql-connector-cpp.mk')
-rw-r--r--external/mysql-connector-cpp/Module_mysql-connector-cpp.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/external/mysql-connector-cpp/Module_mysql-connector-cpp.mk b/external/mysql-connector-cpp/Module_mysql-connector-cpp.mk
deleted file mode 100644
index 59e6229166bd..000000000000
--- a/external/mysql-connector-cpp/Module_mysql-connector-cpp.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- 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_Module_Module,mysql-connector-cpp))
-
-$(eval $(call gb_Module_add_targets,mysql-connector-cpp,\
- UnpackedTarball_mysql-connector-cpp \
- Library_mysqlcppconn \
-))
-
-# vim: set noet sw=4 ts=4: