summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-10-09 03:57:39 +0000
committerBruce Momjian2004-10-09 03:57:39 +0000
commit6c77feed3ac872cf7c32db23231efa11ede5e791 (patch)
treecadcb3126868beda0505f26e197e656757b5e0b1
parent67608a393bf36990e4bebefdc4514db1321764ef (diff)
Add win32 version information for pg_config Makefile.
-rw-r--r--src/bin/pg_config/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/pg_config/Makefile b/src/bin/pg_config/Makefile
index bf6333fa7f6..275c838f4b9 100644
--- a/src/bin/pg_config/Makefile
+++ b/src/bin/pg_config/Makefile
@@ -4,15 +4,16 @@
#
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
#
-# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.11 2004/10/06 17:21:45 momjian Exp $
+# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.12 2004/10/09 03:57:39 momjian Exp $
#
#-------------------------------------------------------------------------
+PGFILEDESC = "pg_config - report configuration information"
subdir = src/bin/pg_config
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-OBJS= pg_config.o
+OBJS= pg_config.o $(WIN32RES)
override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -DVAL_CONFIGURE="\"$(configure_args)\"" $(CPPFLAGS)