Add a USB network icon.
[obnox/wireshark/wip.git] / gtk / Makefile.am
index eb8ee9714d9a351f1e63d9b7b765f007c450da2f..29019140dfd356d857877cf1f7cb31c6277bc2df 100644 (file)
@@ -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