summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-15 23:56:04 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-15 23:56:04 +0000
commite9397510706248864f5c8dda2e3726c3ba2b1e74 (patch)
tree89cea479dc9ac7e5ba88a2cbbdac6e7baa5d4ad5 /Makefile.am
parentc7a0fd23e9aa512570f8ed3dda7af7ecebd3a5f4 (diff)
downloadwireshark-e9397510706248864f5c8dda2e3726c3ba2b1e74.tar.gz
Rename "ethereal.desktop" to "Ethereal.desktop", so that it'll show up
on a desktop as "Ethereal". Add a "BinaryPattern" entry; I think this is KDE-specific, and causes KFM (and Konqueror, I suspect) to tag any executable file that matches the pattern as being an Ethereal binary (or, at least, to tag some executable files in that fashion), so make it match both "ethereal" and "ethereal-static". svn path=/trunk/; revision=4404
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 05252f930c..b9b41cf94a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.395 2001/12/15 22:29:50 guy Exp $
+# $Id: Makefile.am,v 1.396 2001/12/15 23:56:04 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -773,6 +773,7 @@ DISTCLEANFILES = \
*~
EXTRA_DIST = \
+ Ethereal.desktop \
aclocal-flags \
capture-wpcap.c \
capture-wpcap.h \
@@ -806,7 +807,6 @@ EXTRA_DIST = \
doc/tethereal.pod.template \
doc/text2pcap.pod \
editcap.c \
- ethereal.desktop \
ethereal_be.py \
ethereal_gen.py \
mergecap.c \