File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.11 2008/11/14 10:22:47 petere Exp $
1
+ # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.12 2010/01/15 21:43:21 tgl Exp $
2
2
DLLTOOL= dlltool
3
3
DLLWRAP= dllwrap
4
4
ifdef PGXS
@@ -23,10 +23,12 @@ CFLAGS_SL =
23
23
ifneq (,$(findstring backend,$(subdir)))
24
24
ifeq (,$(findstring conversion_procs,$(subdir)))
25
25
ifeq (,$(findstring snowball,$(subdir)))
26
+ ifeq (,$(findstring walreceiver,$(subdir)))
26
27
override CPPFLAGS+= -DBUILDING_DLL
27
28
endif
28
29
endif
29
30
endif
31
+ endif
30
32
31
33
ifneq (,$(findstring timezone,$(subdir)))
32
34
override CPPFLAGS+= -DBUILDING_DLL
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.13 2009 /01/05 09:27:20 petere Exp $
1
+ # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.14 2010 /01/15 21:43:21 tgl Exp $
2
2
3
3
# Use replacement include files for those missing on Win32
4
4
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -21,10 +21,12 @@ CFLAGS_SL =
21
21
ifneq (,$(findstring backend,$(subdir)))
22
22
ifeq (,$(findstring conversion_procs,$(subdir)))
23
23
ifeq (,$(findstring snowball,$(subdir)))
24
+ ifeq (,$(findstring walreceiver,$(subdir)))
24
25
override CPPFLAGS+= -DBUILDING_DLL
25
26
endif
26
27
endif
27
28
endif
29
+ endif
28
30
29
31
ifneq (,$(findstring timezone,$(subdir)))
30
32
override CPPFLAGS+= -DBUILDING_DLL
You can’t perform that action at this time.
0 commit comments