From d9aa05815bead191c790574fa5e9a91bfc10e15e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 7 Jun 2012 12:30:00 +0300 Subject: [PATCH] Makefile: correct is _LDADD instead _LIBS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96b6d27..310bffa 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif # win32 # -pgbouncer_LIBS := $(LIBS) +pgbouncer_LDADD := $(LIBS) LIBS := EXTRA_pgbouncer_SOURCES = win32/win32support.c win32/win32support.h -- 2.50.1