aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-05 19:32:44 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-05 19:32:44 +0000
commita4a7e7c4f96f256fe4bb9ea675e2958607fb7a31 (patch)
treea3ac126bdd740ec71980f047d52d1696011edeae /Makefile.am
parentfc3c89006ce41c16d70cb2de8b63a3f108ac669d (diff)
Icon cleanup.
svn path=/trunk/; revision=18350
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a85514ca81..145267a122 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -575,7 +575,6 @@ EXTRA_DIST = \
image/eiconcap16.xpm \
image/eiconcap32.xpm \
image/eiconcap48.xpm \
- image/elogo3d48x48.png \
image/ethereal48x48.png \
image/ethereal48x48-trans.png \
image/Ethereal.icns \
@@ -807,7 +806,7 @@ rpm-package: dist
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../wireshark.desktop ; \
- ln -s ../../../image/elogo3d64x64.png ethereal.png ; \
+ ln -s ../../../image/wsicon64.png wireshark.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/wireshark.spec && \
echo "Package successfully built in `pwd`/RPMS." ; \