aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-07 20:56:01 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-07 20:56:01 +0000
commitd839a834cb6dbe600d7c72b8d9aeee95e6ee8807 (patch)
tree7648c94181e1c944674621b33638d4a6040a7a18 /ui/gtk/Makefile.am
parent8bcc324c83679501eb315f78420c0f55a0957ae0 (diff)
Update and add icons for capture comments / annotations.
svn path=/trunk/; revision=41406
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 281f337f71..90145302be 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -109,6 +109,13 @@ expert_indicators.h:
gdk-pixbuf-csource --raw --name=expert_$${elevel}_pb_data ../../image/expert_$${elevel}.png >> $@ ;\
done
+capture_comment_icons.h:
+ echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
+ echo >> $@
+ for caction in add update disabled ; do \
+ gdk-pixbuf-csource --raw --name=capture_comment_$${caction}_pb_data ../../image/capture_comment_$${caction}.png >> $@ ;\
+ done
+
network_icons.h:
echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
echo >> $@