diff options
| author | Bruce Momjian | 2010-05-12 11:33:10 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2010-05-12 11:33:10 +0000 |
| commit | 395d1259ad7481ef19c1d425ba399c861c667129 (patch) | |
| tree | 5680b4f495551dc16ef0ff09acfe91ce086c6cbe /contrib/oid2name | |
| parent | 561afa534d0ee9ae8db19a3132a2185ba930c0e6 (diff) | |
Add PGFILEDESC description to Makefiles for all /contrib executables.
Add PGAPPICON to all executable makefiles.
Diffstat (limited to 'contrib/oid2name')
| -rw-r--r-- | contrib/oid2name/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/oid2name/Makefile b/contrib/oid2name/Makefile index d5dd1be0308..ce043550afb 100644 --- a/contrib/oid2name/Makefile +++ b/contrib/oid2name/Makefile @@ -1,4 +1,7 @@ -# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.10 2007/11/10 23:59:51 momjian Exp $ +# $PostgreSQL: pgsql/contrib/oid2name/Makefile,v 1.11 2010/05/12 11:33:07 momjian Exp $ + +PGFILEDESC = "oid2name - examine the file structure" +PGAPPICON=win32 PROGRAM = oid2name OBJS = oid2name.o |
