summaryrefslogtreecommitdiff
path: root/connectivity/Library_postgresql-sdbc-impl.mk
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2012-07-09 01:38:48 -0600
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-07-09 09:44:37 +0200
commit4bc7149816e51e6ccca7673876586f8dc9a2c3d0 (patch)
treeb3a5f20f63aa131728f93955ed1ed9c7b23a64b7 /connectivity/Library_postgresql-sdbc-impl.mk
parent9c8dc01d3a40ec905c9d816c733ceb5d621e0426 (diff)
Trying to use Windows LDAP for Windows builds
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'connectivity/Library_postgresql-sdbc-impl.mk')
-rw-r--r--connectivity/Library_postgresql-sdbc-impl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk
index 979d166c3e9a..b77f16c80702 100644
--- a/connectivity/Library_postgresql-sdbc-impl.mk
+++ b/connectivity/Library_postgresql-sdbc-impl.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\
ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\
shell32 \
+ wldap32 \
))
ifeq ($(COM),MSC)