diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-27 23:25:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:36:05 +0200 |
commit | 9442f7d9d3a900c57bab0d35763cf7405a0f3afe (patch) | |
tree | 7811b1d888655b625ac0edd406aca6bb3b8f41df /connectivity | |
parent | db16457cf2432723c21adf0fc79d765176705662 (diff) |
postgresql-lib: add shell32.dll on windows
Change-Id: I5a2619347c5cc0a3f7f896223fc4a60ae79d3796
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_postgresql-sdbc-impl.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk index b634b582050f..62c4f2fd2c44 100644 --- a/connectivity/Library_postgresql-sdbc-impl.mk +++ b/connectivity/Library_postgresql-sdbc-impl.mk @@ -46,6 +46,12 @@ $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\ $(gb_STDLIBS) \ )) +ifeq ($(OS),WNT) +$(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\ + shell32 \ +)) +endif + $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\ postgresql \ )) |