diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-07-20 20:04:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-20 20:59:17 +0200 |
commit | 5ac6c4818aa533746c84c1a42fb07b82bc7ec713 (patch) | |
tree | e8fa3df031fa33a9b50458b759a5938853b625b0 /Repository.mk | |
parent | 53fd7e8690fa5c545da674d562da7ea8f2b686c0 (diff) |
scp2: move postgresqlsdbc libraries to AutoInstall
Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index ddf9a96c5a39..4c1443acbe2a 100644 --- a/Repository.mk +++ b/Repository.mk @@ -419,6 +419,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ) \ )) +$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \ + postgresql-sdbc \ + postgresql-sdbc-impl \ +)) + $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \ pdfimport \ )) @@ -636,8 +641,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \ )) $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ - postgresql-sdbc \ - postgresql-sdbc-impl \ pythonloader \ )) |