|
4 | 4 | # |
5 | 5 | # Copyright (c) 1998-2002, PostgreSQL Global Development Group |
6 | 6 | # |
7 | | -# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.11 2004/10/06 17:21:45 momjian Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.12 2004/10/09 03:57:39 momjian Exp $ |
8 | 8 | # |
9 | 9 | #------------------------------------------------------------------------- |
10 | 10 |
|
| 11 | +PGFILEDESC = "pg_config - report configuration information" |
11 | 12 | subdir = src/bin/pg_config |
12 | 13 | top_builddir = ../../.. |
13 | 14 | include$(top_builddir)/src/Makefile.global |
14 | 15 |
|
15 | | -OBJS= pg_config.o |
| 16 | +OBJS= pg_config.o$(WIN32RES) |
16 | 17 |
|
17 | 18 | overrideCPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -DVAL_CONFIGURE="\"$(configure_args)\""$(CPPFLAGS) |
18 | 19 |
|
|