]> granicus.if.org Git - pgbouncer/commitdiff
Makefile: correct is _LDADD instead _LIBS
authorMarko Kreen <markokr@gmail.com>
Thu, 7 Jun 2012 09:30:00 +0000 (12:30 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 7 Jun 2012 09:30:00 +0000 (12:30 +0300)
Makefile

index 96b6d27e70860d894fbe7c7d4719fbc129832798..310bffaedfcc5379e88a2fb043f674fc35c9cb7d 100644 (file)
--- 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