diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-12 18:06:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-12 18:14:27 +0200 |
commit | a85e1d505b5830bfa9298cf8daab8118ba734404 (patch) | |
tree | 735aa03e7589a4d2cb1dc6427f3b8e02d7c74f64 /dbaccess | |
parent | d5bce6d1cd7ca09de283dc012bb777cc937f9c12 (diff) |
Missing dependency
Change-Id: I7ff00286fa160a46a735b2a3e59bf0f6e1089c9f
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_RowSetClones.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk index 7aa0bec09ccb..418525ce499d 100644 --- a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk +++ b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk @@ -17,6 +17,10 @@ $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\ boost_headers \ )) +$(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \ + sdbc_hsqldb \ +)) + $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \ basegfx \ comphelper \ |