Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e31bf1c

Browse files
committed
Adjust windows makefiles too, now that the walreceiver dynamic module
has been renamed.
1 parent 55d8771 commit e31bf1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/makefiles/Makefile.cygwin

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.12 2010/01/15 21:43:21 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.13 2010/01/20 09:30:07 heikki Exp $
22
DLLTOOL= dlltool
33
DLLWRAP= dllwrap
44
ifdef PGXS
@@ -23,7 +23,7 @@ CFLAGS_SL =
2323
ifneq (,$(findstring backend,$(subdir)))
2424
ifeq (,$(findstring conversion_procs,$(subdir)))
2525
ifeq (,$(findstring snowball,$(subdir)))
26-
ifeq (,$(findstring walreceiver,$(subdir)))
26+
ifeq (,$(findstring libpqwalreceiver,$(subdir)))
2727
override CPPFLAGS+= -DBUILDING_DLL
2828
endif
2929
endif

src/makefiles/Makefile.win32

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.14 2010/01/15 21:43:21 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.15 2010/01/20 09:30:07 heikki Exp $
22

33
# Use replacement include files for those missing on Win32
44
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -21,7 +21,7 @@ CFLAGS_SL =
2121
ifneq (,$(findstring backend,$(subdir)))
2222
ifeq (,$(findstring conversion_procs,$(subdir)))
2323
ifeq (,$(findstring snowball,$(subdir)))
24-
ifeq (,$(findstring walreceiver,$(subdir)))
24+
ifeq (,$(findstring libpqwalreceiver,$(subdir)))
2525
override CPPFLAGS+= -DBUILDING_DLL
2626
endif
2727
endif

0 commit comments

Comments
 (0)