projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d7269
)
test/Makefile: add DEFS to cflags
author
Marko Kreen
<markokr@gmail.com>
Mon, 21 Jul 2008 11:33:13 +0000
(11:33 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 21 Jul 2008 11:33:13 +0000
(11:33 +0000)
test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 03d4480ca8a89d7b4f697500eb0ec404ffb737d2..92037b138b084932075c307bdcbb3a17d607abe4 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-11,7
+11,7
@@
LIBS += -lpq
all: asynctest
asynctest: asynctest.c
- $(CC) -o $@ $< $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $@ $< $(
DEFS) $(
CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS)
clean:
rm -f asynctest