Register postgresql-sdbc libs only if we build them, surely?

Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4
This commit is contained in:
Tor Lillqvist 2014-08-15 01:39:14 +03:00
parent 1e9baadcb7
commit c68dd99b96

View File

@ -434,8 +434,9 @@ $(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 \
$(if $(BUILD_POSTGRESQL_SDBC), \
postgresql-sdbc \
postgresql-sdbc-impl) \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \