summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-11-10 20:26:59 +0100
committerLuboš Luňák <l.lunak@collabora.com>2019-11-11 10:21:42 +0100
commite7423d0574bae586c37c19764ecc061bd4191eb1 (patch)
tree394f9dbe38d4481528e12dadcb1c68bcfc82679a /connectivity
parentb1443d7b5d96c1bf56da31873b7bc0e585be2236 (diff)
rename a PCH file to properly match its Makefile
Change-Id: I61f317f4cc31d329452a08b6cee5f59975fea007 Reviewed-on: https://gerrit.libreoffice.org/82398 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/Library_mysql_jdbc.mk2
-rw-r--r--connectivity/inc/pch/precompiled_mysql_jdbc.cxx (renamed from connectivity/inc/pch/precompiled_mysql.cxx)2
-rw-r--r--connectivity/inc/pch/precompiled_mysql_jdbc.hxx (renamed from connectivity/inc/pch/precompiled_mysql.hxx)0
3 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/Library_mysql_jdbc.mk b/connectivity/Library_mysql_jdbc.mk
index 0a4c60e60196..43c1c81b320f 100644
--- a/connectivity/Library_mysql_jdbc.mk
+++ b/connectivity/Library_mysql_jdbc.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_Library_set_include,mysql_jdbc,\
-I$(SRCDIR)/connectivity/source/inc \
))
-$(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,connectivity/inc/pch/precompiled_mysql))
+$(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,connectivity/inc/pch/precompiled_mysql_jdbc))
$(eval $(call gb_Library_use_libraries,mysql_jdbc,\
cppu \
diff --git a/connectivity/inc/pch/precompiled_mysql.cxx b/connectivity/inc/pch/precompiled_mysql_jdbc.cxx
index 6336615cd710..1f7782e6754c 100644
--- a/connectivity/inc/pch/precompiled_mysql.cxx
+++ b/connectivity/inc/pch/precompiled_mysql_jdbc.cxx
@@ -7,6 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "precompiled_mysql.hxx"
+#include "precompiled_mysql_jdbc.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/inc/pch/precompiled_mysql.hxx b/connectivity/inc/pch/precompiled_mysql_jdbc.hxx
index 6eb7e071128d..6eb7e071128d 100644
--- a/connectivity/inc/pch/precompiled_mysql.hxx
+++ b/connectivity/inc/pch/precompiled_mysql_jdbc.hxx