summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_mysqlc.mk
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-10-30 18:49:46 +0100
committerTamás Bunth <btomi96@gmail.com>2018-11-05 10:06:03 +0100
commit0c6da44c9249e7b9355c0efd9a60004701867275 (patch)
treec23bb2a2421c3e1ffecc31e08880bb5588efbdcd /connectivity/Library_mysqlc.mk
parenttdf#108687 vcl: always enable tabstop on radio buttons (diff)
downloadcore-0c6da44c9249e7b9355c0efd9a60004701867275.tar.gz
core-0c6da44c9249e7b9355c0efd9a60004701867275.zip
mysqlc: allow multiple open statements
Change-Id: I07e57ea7d9e6af1c7543483b1ab54a0b8c5be2d5 Reviewed-on: https://gerrit.libreoffice.org/62640 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'connectivity/Library_mysqlc.mk')
-rw-r--r--connectivity/Library_mysqlc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/Library_mysqlc.mk b/connectivity/Library_mysqlc.mk
index 42a10e40cdf8..9dba7769a9a2 100644
--- a/connectivity/Library_mysqlc.mk
+++ b/connectivity/Library_mysqlc.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,mysqlc,\
cppu \
sal \
salhelper \
+ comphelper \
cppuhelper \
))