summaryrefslogtreecommitdiff
path: root/connectivity/Library_firebird_sdbc.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-23 16:06:54 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-23 19:29:05 +0200
commit2b541c928ca6eaca9cb5dcbe7f4f43f9f0b20101 (patch)
tree7117d02d28b5d537b9a839a2909ecf3a0b24a3bc /connectivity/Library_firebird_sdbc.mk
parenta061f0a845323017aec07f6521f6c254740c128d (diff)
Move Statement_Base into it's own file (firebird-sdbc).
This is in preparation of cleanly separating the code shared by PreparedStatment and Statement from the code unique to either of those classes. Change-Id: I419668044e67b25d492a381acab9ee9b1acce7ce
Diffstat (limited to 'connectivity/Library_firebird_sdbc.mk')
-rw-r--r--connectivity/Library_firebird_sdbc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/Library_firebird_sdbc.mk b/connectivity/Library_firebird_sdbc.mk
index 37486da595e2..6030fec9f45b 100644
--- a/connectivity/Library_firebird_sdbc.mk
+++ b/connectivity/Library_firebird_sdbc.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
connectivity/source/drivers/firebird/FResultSetMetaData \
connectivity/source/drivers/firebird/FServices \
connectivity/source/drivers/firebird/FStatement \
+ connectivity/source/drivers/firebird/StatementCommonBase \
connectivity/source/drivers/firebird/Util \
))