projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a076b0
)
Makefile: correct is _LDADD instead _LIBS
author
Marko Kreen
<markokr@gmail.com>
Thu, 7 Jun 2012 09:30:00 +0000
(12:30 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 7 Jun 2012 09:30:00 +0000
(12:30 +0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 96b6d27e70860d894fbe7c7d4719fbc129832798..310bffaedfcc5379e88a2fb043f674fc35c9cb7d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-82,7
+82,7
@@
endif
# win32
#
-pgbouncer_L
IBS
:= $(LIBS)
+pgbouncer_L
DADD
:= $(LIBS)
LIBS :=
EXTRA_pgbouncer_SOURCES = win32/win32support.c win32/win32support.h