aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-12 18:10:34 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-12 18:10:34 +0000
commit9495754ee8570e1dee899994a5ab1bc0e685f71d (patch)
tree7f25f1cd5d11e318bb3af38b7ba2744fd0c119cf /gtk/Makefile.am
parentf11b9097f61a5b070e7a98bcd92d3a54ec6eea94 (diff)
Add a USB network icon.
svn path=/trunk/; revision=30941
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index eb8ee9714d..29019140df 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -76,6 +76,6 @@ expert_indicators.h:
network_icons.h:
echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
echo >> $@
- for icon in bluetooth wired wireless ; do \
+ for icon in bluetooth usb wired wireless ; do \
gdk-pixbuf-csource --raw --name=network_$${icon}_pb_data ../image/toolbar/network_$${icon}_16.png >> $@ ;\
done