summaryrefslogtreecommitdiff
path: root/libmariadb/ExternalPackage_libmariadb.mk
blob: 3ed95d1deb0e987d1a7d31fddba86aa4f31e25cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# -*- 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_ExternalPackage_ExternalPackage,libmariadb_inc,mariadb))

$(eval $(call gb_ExternalPackage_add_unpacked_files,libmariadb_inc,inc/external/libmariadb,\
    include/config-win.h \
    include/dbug.h \
    include/errmsg.h \
    include/getopt.h \
    include/global.h \
    include/hash.h \
    include/m_ctype.h \
    include/m_string.h \
    include/my_alarm.h \
    include/my_base.h \
    include/my_dir.h \
    include/my_global.h \
    include/my_list.h \
    include/my_net.h \
    include/my_no_pthread.h \
    include/my_pthread.h \
    include/my_secure.h \
    include/mysql_com.h \
    include/mysql_version.h \
    include/mysqld_error.h \
    include/mysql.h \
    include/mysql_io.h \
    include/mysql_mm.h \
    include/mysql_priv.h \
    include/mysql_wireprotocol.h \
    include/my_stmt.h \
    include/mysys_err.h \
    include/my_sys.h \
    include/sha1.h \
    include/thr_alarm.h \
    include/violite.h \
))

$(eval $(call gb_ExternalPackage_add_unpacked_files,libmariadb_inc,inc/external/libmariadb/mysql,\
    include/mysql/client_plugin.h \
    include/mysql/plugin_auth_common.h \
    include/mysql/plugin_auth.h \
))

# vim: set noet sw=4 ts=4: