File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $
22DLLTOOL= dlltool
33DLLWRAP= dllwrap
44ifdef PGXS
@@ -23,7 +23,7 @@ CFLAGS_SL =
2323ifneq (,$(findstring backend,$(subdir)))
2424ifeq (,$(findstring conversion_procs,$(subdir)))
2525ifeq (,$(findstring snowball,$(subdir)))
26- ifeq (,$(findstring walreceiver ,$(subdir)))
26+ ifeq (,$(findstring libpqwalreceiver ,$(subdir)))
2727override CPPFLAGS+= -DBUILDING_DLL
2828endif
2929endif
Original file line number Diff line number Diff line change 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
44override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -21,7 +21,7 @@ CFLAGS_SL =
2121ifneq (,$(findstring backend,$(subdir)))
2222ifeq (,$(findstring conversion_procs,$(subdir)))
2323ifeq (,$(findstring snowball,$(subdir)))
24- ifeq (,$(findstring walreceiver ,$(subdir)))
24+ ifeq (,$(findstring libpqwalreceiver ,$(subdir)))
2525override CPPFLAGS+= -DBUILDING_DLL
2626endif
2727endif
You can’t perform that action at this time.
0 commit comments