Commit aeca6502 authored by Andrew Dunstan's avatar Andrew Dunstan

Unbreak Windows builds broken by pgpipe removal.

parent 5762a4d9
......@@ -23,10 +23,6 @@ include $(top_builddir)/src/Makefile.global
OBJS = dynloader.o pg_sema.o pg_shmem.o pg_latch.o $(TAS)
ifneq (,$(filter $(PORTNAME),cygwin win32))
OBJS += pipe.o
endif
ifeq ($(PORTNAME), darwin)
SUBDIRS += darwin
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment