diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-01-20 09:30:07 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-01-20 09:30:07 +0000 |
commit | e31bf1c7b0bae92e186ece807dc853a2b217fc49 (patch) | |
tree | 18e137daf01571da77a6f66b5284538623f7410a /src | |
parent | 55d877184e48f9c5b2dff9a35801027096093447 (diff) | |
download | postgresql-e31bf1c7b0bae92e186ece807dc853a2b217fc49.tar.gz postgresql-e31bf1c7b0bae92e186ece807dc853a2b217fc49.zip |
Adjust windows makefiles too, now that the walreceiver dynamic module
has been renamed.
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.cygwin | 4 | ||||
-rw-r--r-- | src/makefiles/Makefile.win32 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin index 65e5357d292..5d4f33b90ca 100644 --- a/src/makefiles/Makefile.cygwin +++ b/src/makefiles/Makefile.cygwin @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.12 2010/01/15 21:43:21 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.13 2010/01/20 09:30:07 heikki Exp $ DLLTOOL= dlltool DLLWRAP= dllwrap ifdef PGXS @@ -23,7 +23,7 @@ CFLAGS_SL = ifneq (,$(findstring backend,$(subdir))) ifeq (,$(findstring conversion_procs,$(subdir))) ifeq (,$(findstring snowball,$(subdir))) -ifeq (,$(findstring walreceiver,$(subdir))) +ifeq (,$(findstring libpqwalreceiver,$(subdir))) override CPPFLAGS+= -DBUILDING_DLL endif endif diff --git a/src/makefiles/Makefile.win32 b/src/makefiles/Makefile.win32 index 0da0709601a..07438d94aa7 100644 --- a/src/makefiles/Makefile.win32 +++ b/src/makefiles/Makefile.win32 @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.14 2010/01/15 21:43:21 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.15 2010/01/20 09:30:07 heikki Exp $ # Use replacement include files for those missing on Win32 override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32" @@ -21,7 +21,7 @@ CFLAGS_SL = ifneq (,$(findstring backend,$(subdir))) ifeq (,$(findstring conversion_procs,$(subdir))) ifeq (,$(findstring snowball,$(subdir))) -ifeq (,$(findstring walreceiver,$(subdir))) +ifeq (,$(findstring libpqwalreceiver,$(subdir))) override CPPFLAGS+= -DBUILDING_DLL endif endif |