Kaydet (Commit) c68dd99b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4
üst 1e9baadc
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment