diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-12-15 22:29:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-12-15 22:29:50 +0000 |
commit | c7a0fd23e9aa512570f8ed3dda7af7ecebd3a5f4 (patch) | |
tree | e9993730f6c1d566007ba62ebd34fcd7ff5887dc /Makefile.am | |
parent | a6bdbed3f1854cf25cf5e32617d598c846eacf91 (diff) | |
download | wireshark-c7a0fd23e9aa512570f8ed3dda7af7ecebd3a5f4.tar.gz wireshark-c7a0fd23e9aa512570f8ed3dda7af7ecebd3a5f4.tar.bz2 wireshark-c7a0fd23e9aa512570f8ed3dda7af7ecebd3a5f4.zip |
Add a ".desktop" file, based on the Red Hat one for KDE; it includes
some fields not in the current version of the Free Desktop Group's
Desktop Entry Standard.
Update "Makefile.am" so that the ".desktop" file and the new image files
are in the release tarball.
svn path=/trunk/; revision=4403
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index f2413a7fb9..05252f930c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.394 2001/12/12 21:38:57 gerald Exp $ +# $Id: Makefile.am,v 1.395 2001/12/15 22:29:50 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -806,6 +806,7 @@ EXTRA_DIST = \ doc/tethereal.pod.template \ doc/text2pcap.pod \ editcap.c \ + ethereal.desktop \ ethereal_be.py \ ethereal_gen.py \ mergecap.c \ @@ -817,20 +818,33 @@ EXTRA_DIST = \ idl2eth.sh \ ieee-float.h \ image/Makefile.nmake \ + image/README.image \ + image/clist_ascend.xpm \ + image/clist_descend.xpm \ + image/dn_arrow.xpm \ image/editcap.rc.in \ + image/eexcl3d64.xpm \ + image/eicon3d16.xpm \ + image/eicon3d32.xpm \ + image/eicon3d48.xpm \ + image/eicon3d64.xpm \ image/elogo3d48x48.png \ - image/ethereal48x48-trans.png \ - image/ethereal48x48.png \ image/ethereal.ico \ image/ethereal.rc.in \ - image/eexcl3d64.xpm \ - image/eicon3d16.xpm \ - image/eicon3d64.xpm \ - image/clist_ascend.xpm \ - image/clist_descend.xpm \ + image/ethereal48x48-trans.png \ + image/ethereal48x48.png \ + image/hi16-app-ethereal.png \ + image/hi32-app-ethereal.png \ + image/hi48-app-ethereal.png \ + image/icon-ethereal.xpm \ + image/icon-excl.xpm \ + image/lo16-app-ethereal.png \ + image/lo32-app-ethereal.png \ + image/lo48-app-ethereal.png \ image/mergecap.rc.in \ image/tethereal.rc.in \ image/text2pcap.rc.in \ + image/up_arrow.xpm \ INSTALL.configure \ Makefile.nmake \ make-manuf \ |