We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67608a3 commit 6c77feeCopy full SHA for 6c77fee
src/bin/pg_config/Makefile
@@ -4,15 +4,16 @@
4
#
5
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
11
+PGFILEDESC = "pg_config - report configuration information"
12
subdir = src/bin/pg_config
13
top_builddir = ../../..
14
include $(top_builddir)/src/Makefile.global
15
-OBJS= pg_config.o
16
+OBJS= pg_config.o $(WIN32RES)
17
18
override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -DVAL_CONFIGURE="\"$(configure_args)\"" $(CPPFLAGS)
19
0 commit comments