From: Peter Eisentraut Date: Mon, 3 Dec 2018 15:08:05 +0000 (+0100) Subject: Move comment to the right place X-Git-Tag: pgbouncer_1_10_0~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f024a0b5d2881c1c32e5ccc306d41fafae20be1;p=pgbouncer Move comment to the right place --- diff --git a/Makefile b/Makefile index 2091929..cd5a50c 100644 --- a/Makefile +++ b/Makefile @@ -78,14 +78,14 @@ LIBUSUAL_DIST = $(filter-out %/config.h, $(sort $(wildcard \ lib/README lib/COPYRIGHT \ lib/find_modules.sh ))) -# -# win32 -# - pgbouncer_LDFLAGS := $(TLS_LDFLAGS) pgbouncer_LDADD := $(CARES_LIBS) $(TLS_LIBS) $(LIBS) LIBS := +# +# win32 +# + EXTRA_pgbouncer_SOURCES = win32/win32support.c win32/win32support.h EXTRA_PROGRAMS = pgbevent ifeq ($(PORTNAME),win32)