aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 5916aaa5112..6af63db92cf 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -5,11 +5,13 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.141 2010/01/20 23:12:03 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/12 11:33:09 momjian Exp $
#
#-------------------------------------------------------------------------
PGFILEDESC = "PostgreSQL Server"
+PGAPPICON=win32
+
subdir = src/backend
top_builddir = ../..
include $(top_builddir)/src/Makefile.global