summaryrefslogtreecommitdiff
path: root/src/bin/pgevent
diff options
context:
space:
mode:
authorBruce Momjian2010-05-12 11:33:10 +0000
committerBruce Momjian2010-05-12 11:33:10 +0000
commit395d1259ad7481ef19c1d425ba399c861c667129 (patch)
tree5680b4f495551dc16ef0ff09acfe91ce086c6cbe /src/bin/pgevent
parent561afa534d0ee9ae8db19a3132a2185ba930c0e6 (diff)
Add PGFILEDESC description to Makefiles for all /contrib executables.
Add PGAPPICON to all executable makefiles.
Diffstat (limited to 'src/bin/pgevent')
-rw-r--r--src/bin/pgevent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pgevent/Makefile b/src/bin/pgevent/Makefile
index e0f27e5d5a5..013b801c64f 100644
--- a/src/bin/pgevent/Makefile
+++ b/src/bin/pgevent/Makefile
@@ -7,6 +7,8 @@
#-------------------------------------------------------------------------
PGFILEDESC = "Eventlog message formatter"
+PGAPPICON=win32
+
PGFILESHLIB = 1
subdir = src/bin/pgevent
top_builddir = ../../..