diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/examples/Makefile b/src/test/examples/Makefile index 31da210a317..a67f4569048 100644 --- a/src/test/examples/Makefile +++ b/src/test/examples/Makefile @@ -7,11 +7,11 @@ top_builddir = ../../.. include $(top_builddir)/src/Makefile.global ifeq ($(PORTNAME), win32) -LDLIBS += -lws2_32 +LDFLAGS += -lws2_32 endif override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) -override LDLIBS := $(libpq_pgport) $(LDLIBS) +LDFLAGS_INTERNAL += $(libpq_pgport) PROGS = testlibpq testlibpq2 testlibpq3 testlibpq4 testlo testlo64 |
