diff options
-rw-r--r-- | src/interfaces/ecpg/compatlib/Makefile | 2 | ||||
-rw-r--r-- | src/interfaces/ecpg/ecpglib/Makefile | 2 | ||||
-rw-r--r-- | src/interfaces/libpq/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index da470e54186..b9483fba08a 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -32,7 +32,7 @@ OBJS = \ $(WIN32RES) \ informix.o -PKG_CONFIG_REQUIRES_PRIVATE = libecpg libpgtypes +PKG_CONFIG_REQUIRES_PRIVATE = libecpg, libpgtypes all: all-lib diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile index 6fadebf53db..652e0234050 100644 --- a/src/interfaces/ecpg/ecpglib/Makefile +++ b/src/interfaces/ecpg/ecpglib/Makefile @@ -41,7 +41,7 @@ SHLIB_PREREQS = submake-libpq submake-pgtypeslib SHLIB_EXPORTS = exports.txt -PKG_CONFIG_REQUIRES_PRIVATE = libpq libpgtypes +PKG_CONFIG_REQUIRES_PRIVATE = libpq, libpgtypes all: all-lib diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index c18e9142286..0919d8f32f6 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -96,7 +96,7 @@ SHLIB_PREREQS = submake-libpgport SHLIB_EXPORTS = exports.txt ifeq ($(with_ssl),openssl) -PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto +PKG_CONFIG_REQUIRES_PRIVATE = libssl, libcrypto endif all: all-lib libpq-refs-stamp |