diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:33:10 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:33:10 +0000 |
| commit | 395d1259ad7481ef19c1d425ba399c861c667129 (patch) | |
| tree | 5680b4f495551dc16ef0ff09acfe91ce086c6cbe /src/bin/pg_config | |
| parent | 561afa534d0ee9ae8db19a3132a2185ba930c0e6 (diff) | |
| download | postgresql-395d1259ad7481ef19c1d425ba399c861c667129.tar.gz | |
Add PGFILEDESC description to Makefiles for all /contrib executables.
Add PGAPPICON to all executable makefiles.
Diffstat (limited to 'src/bin/pg_config')
| -rw-r--r-- | src/bin/pg_config/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_config/Makefile b/src/bin/pg_config/Makefile index a9b9f49d64..4355874965 100644 --- a/src/bin/pg_config/Makefile +++ b/src/bin/pg_config/Makefile @@ -4,11 +4,13 @@ # # Copyright (c) 1998-2010, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.23 2010/01/02 16:57:58 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.24 2010/05/12 11:33:09 momjian Exp $ # #------------------------------------------------------------------------- PGFILEDESC = "pg_config - report configuration information" +PGAPPICON=win32 + subdir = src/bin/pg_config top_builddir = ../../.. include $(top_builddir)/src/Makefile.global |
