aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-11-04 20:37:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-11-04 20:37:16 +0000
commit9e184d0a1328b5d5a510f118bc0bb14802a97910 (patch)
tree48ef2dcfd54e65d577b22ebe82a72b29657f3f68 /tools
parent54f3ae1ad6c015073d20f21f45e771676cb5c5c2 (diff)
xxx_PROGRAMS variables have the name of the program without $(EXEEXT).
Update Gerald's address. svn path=/trunk/; revision=19796
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/lemon/Makefile.am b/tools/lemon/Makefile.am
index 3b0ebb7f7c..2d1f604afe 100644
--- a/tools/lemon/Makefile.am
+++ b/tools/lemon/Makefile.am
@@ -3,9 +3,8 @@
# $Id$
#
# Wireshark - Network traffic analyzer
-# By Gerald Combs <gerald@zing.org>
+# By Gerald Combs <gerald@wireshark.org>
# Copyright 2001 Gerald Combs
-#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -26,7 +25,7 @@
# is an archive library, any executable linking against libwireshark will
# also need to link against libftypes.
-noinst_PROGRAMS = lemon$(EXEEXT)
+noinst_PROGRAMS = lemon
CLEANFILES = \
*~