summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-26 21:35:42 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-26 21:35:42 +0000
commitd38a9f54c76026f8a0a37f9a6f62360d3834e665 (patch)
tree572fc4d36ccab0e9199bc5d63c24e7d9f6ca4d88 /ui/gtk/Makefile.am
parent483aa2e0796376c5877de8a14baa67eb2ed7cae3 (diff)
downloadwireshark-d38a9f54c76026f8a0a37f9a6f62360d3834e665.tar.gz
Add new capture toolbar icons.
svn path=/trunk/; revision=48571
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 2c50ccd95d..9eaf949525 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -135,10 +135,10 @@ pipe_icon.h:
toolbar_icons.h:
echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
echo >> $@
- for icon16 in gnome_emblem_web toolbar_wireshark_file ; do \
+ for icon16 in gnome_emblem_web toolbar_wireshark_file capture_options capture_restart capture_start capture_stop ; do \
gdk-pixbuf-csource --raw --name=$${icon16}_16_pb_data $(top_srcdir)/image/toolbar/$${icon16}_16.png >> $@ ;\
done
- for icon24 in gnome_emblem_web toolbar_wireshark_file ; do \
+ for icon24 in gnome_emblem_web toolbar_wireshark_file capture_options capture_restart capture_start capture_stop ; do \
gdk-pixbuf-csource --raw --name=$${icon24}_24_pb_data $(top_srcdir)/image/toolbar/$${icon24}_24.png >> $@ ;\
done