From: Marko Kreen Date: Mon, 21 Jul 2008 11:33:13 +0000 (+0000) Subject: test/Makefile: add DEFS to cflags X-Git-Tag: pgbouncer_1_2~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=55eba7f89f0ca22965eec2e184b1d23cc43dd720;p=pgbouncer.git test/Makefile: add DEFS to cflags --- diff --git a/test/Makefile b/test/Makefile index 03d4480..92037b1 100644 --- 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