From: Marko Kreen Date: Thu, 7 Jun 2012 09:30:00 +0000 (+0300) Subject: Makefile: correct is _LDADD instead _LIBS X-Git-Tag: pgbouncer_1_5_3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9aa05815bead191c790574fa5e9a91bfc10e15e;p=pgbouncer Makefile: correct is _LDADD instead _LIBS --- 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